UNPKG

@wangeditor-next/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

13 lines (12 loc) 277 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; })[];