forked from liweijie/education
7 lines
332 B
TypeScript
7 lines
332 B
TypeScript
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;
|