UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

16 lines (15 loc) 1.2 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { DxiHtmlEditorMention } from './base/html-editor-mention-dxi'; import * as i0 from "@angular/core"; export declare class DxiMentionComponent extends DxiHtmlEditorMention { protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiMentionComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiMentionComponent, "dxi-mention", never, { "dataSource": "dataSource"; "displayExpr": "displayExpr"; "itemTemplate": "itemTemplate"; "marker": "marker"; "minSearchLength": "minSearchLength"; "searchExpr": "searchExpr"; "searchTimeout": "searchTimeout"; "template": "template"; "valueExpr": "valueExpr"; }, {}, never, never>; } export declare class DxiMentionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiMentionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiMentionModule, [typeof DxiMentionComponent], never, [typeof DxiMentionComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiMentionModule>; }