


```jsx noeditor

import {Typography} from 'dbox-ui';

<Typography />

```

```jsx noeditor
import { BackTop } from 'dbox-ui';
import TypographyView from '../prevPage/typography';
<div>
  <BackTop visibilityHeight={20} style={{position: 'fixed', right: '50px'}}/>
  <TypographyView />
</div>
```





