Skip to content

Commit

Permalink
feat: export TypographyProps (#6435)
Browse files Browse the repository at this point in the history
- closed #6400
  • Loading branch information
SevereCloud authored Jan 23, 2024
1 parent b8a7a18 commit 3dd1fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export type { SafeAreaInsets } from './components/AppRoot/types';
/**
* Typography
*/
export type { TypographyProps } from './components/Typography/Typography';
export { Title } from './components/Typography/Title/Title';
export type { TitleProps } from './components/Typography/Title/Title';
export { Headline } from './components/Typography/Headline/Headline';
Expand Down

0 comments on commit 3dd1fcb

Please sign in to comment.