UNPKG

@syncfusion/ej2-documenteditor

Version:

Feature-rich document editor control with built-in support for context menu, options pane and dialogs.

20 lines (19 loc) 405 B
import { WListLevel } from './list-level'; /** * @private */ export declare class WAbstractList { private abstractListIdIn; nsid: number; levels: WListLevel[]; constructor(); abstractListId: number; clear(): void; /** * Disposes the internal objects which are maintained. * @private * @returns {void} */ destroy(): void; clone(): WAbstractList; }