UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

20 lines (19 loc) 1.33 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiChartBreakComponent extends CollectionNestedOption { get endValue(): Date | number | string | undefined; set endValue(value: Date | number | string | undefined); get startValue(): Date | number | string | undefined; set startValue(value: Date | number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiChartBreakComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiChartBreakComponent, "dxi-chart-break", never, { "endValue": { "alias": "endValue"; "required": false; }; "startValue": { "alias": "startValue"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiChartBreakModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiChartBreakModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChartBreakModule, [typeof DxiChartBreakComponent], never, [typeof DxiChartBreakComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiChartBreakModule>; }