UNPKG

175 BTypeScriptView Raw
1import { IFontStyles } from '../interfaces/index';
2/**
3 * {@docCategory FontClassNames}
4 */
5export declare const FontClassNames: {
6 [key in keyof IFontStyles]?: string;
7};