UNPKG

273 BTypeScriptView Raw
1import Editor from '../../editor/index';
2import { DropListItem } from '../menu-constructors/DropList';
3declare class lineHeightList {
4 private itemList;
5 constructor(editor: Editor, list: string[]);
6 getItemList(): DropListItem[];
7}
8export default lineHeightList;