UNPKG

296 BTypeScriptView Raw
1import Quill, { Parchment, Range } from './core.js';
2import type { Bounds, DebugLevel, EmitterSource, ExpandedQuillOptions, QuillOptions } from './core.js';
3export type { Bounds, DebugLevel, EmitterSource, ExpandedQuillOptions, QuillOptions, };
4export { Parchment, Range };
5export default Quill;