UNPKG

wangeditor

Version:

wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费

6 lines (5 loc) 211 B
import { Exec, HandlerListOptions, ListHandle } from './ListHandle'; export default class EndJoinListHandle extends ListHandle implements Exec { constructor(options: HandlerListOptions); exec(): void; }