UNPKG

sp-editor

Version:

SpEditor is a HTML5 rich text editor in smartphone browsers

12 lines (11 loc) 418 B
/** * Created by Capricorncd. * https://github.com/capricorncd * Date: 2022/07/24 13:44:33 (GMT+0900) */ export type * from '../packages/event-emitter/src' export type * from '../packages/editor/src' export type * from '../packages/helpers/src' export type * from '../packages/style-panel/src' export type * from '../packages/toolbar/src' export type { SpEditor, SpEditorOptions } from '../packages/sp-editor/src'