UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

16 lines (15 loc) 1.16 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { DxiGanttStripLine } from './base/gantt-strip-line-dxi'; import * as i0 from "@angular/core"; export declare class DxiStripLineComponent extends DxiGanttStripLine { protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiStripLineComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiStripLineComponent, "dxi-strip-line", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "end": { "alias": "end"; "required": false; }; "start": { "alias": "start"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiStripLineModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiStripLineModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiStripLineModule, [typeof DxiStripLineComponent], never, [typeof DxiStripLineComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiStripLineModule>; }