UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines 249 B
import { MantineTheme } from '../../types'; export declare function getFontStyles(theme: MantineTheme): { WebkitFontSmoothing: string; MozOsxFontSmoothing: string; fontFamily: string & {}; }; //# sourceMappingURL=get-font-styles.d.ts.map