UNPKG

@cmk/fe_utils

Version:
11 lines (10 loc) 226 B
export declare enum HTML_FONT_STYLES { Normal = "normal", Italic = "italic", Oblique = "oblique" } export declare const HTML_FONT_STYLES_OPTIONS: { value: string; label: string; textLabel: string; }[];