UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

10 lines 377 B
import { MantineTheme, MantineSize } from '../../theme'; interface TextStyles { theme: MantineTheme; color: string; variant: 'text' | 'link'; size: MantineSize; } declare const _default: (args?: TextStyles, classNames?: Partial<Record<"root", string>>, name?: string) => Record<"root", string>; export default _default; //# sourceMappingURL=Text.styles.d.ts.map