quill-react-commercial
Version:
A Quill component for React and more maturely.
12 lines (11 loc) • 595 B
TypeScript
import Quill from 'quill';
import { i18nConfig } from '../../i18n';
export { LinkHandler } from './link';
export { default as TableHandler } from './table';
export { default as ImageHandler } from './image';
export { default as CodeHandler } from './code';
export { default as DividerHandler } from './divider';
export declare const toolbarInit: (quill: Quill, i18n: keyof typeof i18nConfig) => void;
export declare const undoHandler: (quill: Quill) => void;
export declare const redoHandler: (quill: Quill) => void;
export declare const inputHandler: (input: any, changeCallback: any) => void;