@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines (8 loc) • 371 B
TypeScript
import type { TypographyFactory, TypographyProps, TypographyStylesNames } from './Typography';
export { Typography } from './Typography';
export type { TypographyProps, TypographyStylesNames, TypographyFactory };
export declare namespace Typography {
type Props = TypographyProps;
type StylesNames = TypographyStylesNames;
type Factory = TypographyFactory;
}