3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
import type { IFontStyles } from '../types/IFontStyles';
|
|
export declare function createFontStyles(localeCode: string | null): IFontStyles;
|