@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
10 lines (9 loc) • 609 B
TypeScript
import { Typography, TypographyFactory, TypographyProps, TypographyStylesNames } from './Typography';
/** @deprecated use `Typography` instead */
declare const TypographyStylesProvider: import("../..").MantineComponent<{
props: TypographyProps;
ref: HTMLDivElement;
stylesNames: TypographyStylesNames;
}>;
export { Typography, TypographyStylesProvider };
export type { TypographyFactory, TypographyProps, TypographyStylesNames, TypographyFactory as TypographyStylesProviderFactory, TypographyProps as TypographyStylesProviderProps, TypographyStylesNames as TypographyStylesProviderStylesNames, };