UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 213 B
import type { TypographyFactory, TypographyProps, TypographyStylesNames } from './Typography'; export { Typography } from './Typography'; export type { TypographyProps, TypographyStylesNames, TypographyFactory };