UNPKG

255 BTypeScriptView Raw
1export declare const VALID_FONT_SCALES: number[];
2export declare function getClosestValidFontScale(fontScale: number): number;
3export declare enum FontScaleCategory {
4 ExtraSmall = "extra-small",
5 Medium = "medium",
6 ExtraLarge = "extra-large"
7}