8 lines
180 B
TypeScript
8 lines
180 B
TypeScript
import type { IFontStyles } from '../interfaces/index';
|
|
/**
|
|
* {@docCategory FontClassNames}
|
|
*/
|
|
export declare const FontClassNames: {
|
|
[key in keyof IFontStyles]?: string;
|
|
};
|