UNPKG

@igo2/geo

Version:
12 lines (11 loc) 537 B
import { IgoMap } from '../shared/map'; import * as i0 from "@angular/core"; export declare class ZoomButtonComponent { map: IgoMap; color: string; get zoom(): number; get minZoom(): number; get maxZoom(): number; static ɵfac: i0.ɵɵFactoryDeclaration<ZoomButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ZoomButtonComponent, "igo-zoom-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>; }