UNPKG

sp-editor

Version:

SpEditor is a HTML5 rich text editor in smartphone browsers

9 lines (8 loc) 226 B
/** * Created by Capricorncd. * https://github.com/capricorncd * Date: 2022/07/10 15:45:20 (GMT+0900) */ export * from './Editor' export { ALLOWED_NODE_NAMES } from './const' export type { EditorOptions } from './options'