UNPKG

wangeditor

Version:

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

7 lines (6 loc) 241 B
import { Exec, HandlerListOptions, ListHandle } from './ListHandle'; export default class OtherListHandle extends ListHandle implements Exec { range: Range; constructor(options: HandlerListOptions, range: Range); exec(): void; }