@opentiny/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.
16 lines (14 loc) • 417 B
TypeScript
import { default as Toolbar } from 'quill/modules/toolbar';
interface FormatData {
formatPainter: {
rangeFormat: Record<string, any>;
isFormatterLock: boolean;
isFormating: boolean;
prepareLock: boolean;
};
}
export declare function FormatPainter(this: Toolbar & FormatData): void;
export declare namespace FormatPainter {
var toolName: string;
}
export {};