UNPKG

@syncfusion/ej2-documenteditor

Version:

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

18 lines (17 loc) 363 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 */ destroy(): void; clone(): WAbstractList; }