UNPKG

wangeditor

Version:

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

9 lines (8 loc) 273 B
import Editor from '../../editor/index'; import { DropListItem } from '../menu-constructors/DropList'; declare class lineHeightList { private itemList; constructor(editor: Editor, list: string[]); getItemList(): DropListItem[]; } export default lineHeightList;