UNPKG

@wangeditor-next/yjs-for-react

Version:

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

7 lines (6 loc) 302 B
/** * @description list style class utils */ import { IDomEditor } from '@wangeditor-next/core'; export declare function genListColorClassName(color: string): string; export declare function resolveListColorAction(editor: IDomEditor | undefined, color: string): 'class' | 'preserve-data' | 'inline';