UNPKG

@syncfusion/ej2-documenteditor

Version:

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

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