devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
19 lines (18 loc) • 1.23 kB
TypeScript
import { HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiHtmlEditorTabComponent extends CollectionNestedOption {
get name(): HtmlEditorImageUploadTab | undefined;
set name(value: HtmlEditorImageUploadTab | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiHtmlEditorTabComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiHtmlEditorTabComponent, "dxi-html-editor-tab", never, { "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
}
export declare class DxiHtmlEditorTabModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiHtmlEditorTabModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiHtmlEditorTabModule, never, [typeof DxiHtmlEditorTabComponent], [typeof DxiHtmlEditorTabComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiHtmlEditorTabModule>;
}