@wangeditor-next/editor
Version:
Web rich text editor, Web 富文本编辑器
7 lines (6 loc) • 302 B
TypeScript
/**
* @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';