UNPKG

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