quill-react-commercial
Version:
A Quill component for React and more maturely.
12 lines (11 loc) • 812 B
TypeScript
import { ImageDrop } from './imagePasteDrop';
import ImageResize from './imageResize';
import { MagicUrl } from './magic-url';
import MarkdownShortcuts from './markdown-shortcuts';
import highlightInit from './highlight';
import QuillBetterTable from './quill-better-table/quill-better-table';
import { QSyntax } from './customeFormats';
import { toolbarInit, LinkHandler, undoHandler, redoHandler, TableHandler, ImageHandler, CodeHandler, DividerHandler } from './toolbar';
import { showTitle } from './iconTitle/title';
import { keyboardBindsFn } from './keyboard';
export { highlightInit, ImageDrop, ImageResize, MagicUrl, MarkdownShortcuts, QuillBetterTable, QSyntax, toolbarInit, showTitle, keyboardBindsFn, LinkHandler, TableHandler, ImageHandler, undoHandler, redoHandler, CodeHandler, DividerHandler, };