devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
20 lines (19 loc) • 1.18 kB
TypeScript
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiMapLocationComponent 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<DxiMapLocationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiMapLocationComponent, "dxi-map-location", never, { "lat": { "alias": "lat"; "required": false; }; "lng": { "alias": "lng"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiMapLocationModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiMapLocationModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiMapLocationModule, [typeof DxiMapLocationComponent], never, [typeof DxiMapLocationComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiMapLocationModule>;
}