@cairn214/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
10 lines (9 loc) • 328 B
TypeScript
export * from './editor.config';
export * from './editor.utils';
export declare const ICONS_CONFIG: {
[key: string]: any;
};
export declare function inputFile(type: any, accept: any): void;
export declare function getListValue(value: any, preListValue: any): any;
/** css namespace */
export declare const namespace = "fe";