UNPKG

@wangeditor/basic-modules

Version:
13 lines (12 loc) 289 B
/** * @description font-size font-family config * @author wangfupeng */ export declare function genFontSizeConfig(): (string | { name: string; value: string; })[]; export declare function getFontFamilyConfig(): (string | { name: string; value: string; })[];