UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

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