UNPKG

quill

Version:

Your powerful, rich text editor

7 lines (6 loc) 332 B
import Quill, { Parchment, Range } from './core.js'; import type { Bounds, DebugLevel, EmitterSource, ExpandedQuillOptions, QuillOptions } from './core.js'; export { Module } from './core.js'; export type { Bounds, DebugLevel, EmitterSource, ExpandedQuillOptions, QuillOptions, }; export { Parchment, Range }; export default Quill;