UNPKG

angular-xml-editor

Version:
11 lines (10 loc) 371 B
import { XmlEditorContext } from './code/xmlEditorContext.class'; /** @dynamic */ export declare class AngularXmlEditorService { private _document; private contexts; constructor(_document: Document); getNewEditorContextId(): string; getEditorContext(contextId: string): XmlEditorContext; disposeEditorContext(contextId: string): void; }