UNPKG

angular-cesium-ivy

Version:
12 lines 542 B
import { EntitiesDrawerService } from '../entities-drawer/entities-drawer.service'; import { CesiumService } from '../../cesium/cesium.service'; import * as i0 from "@angular/core"; /** * This drawer is responsible for drawing box. */ export declare class BoxDrawerService extends EntitiesDrawerService { constructor(cesiumService: CesiumService); static ɵfac: i0.ɵɵFactoryDeclaration<BoxDrawerService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BoxDrawerService>; } //# sourceMappingURL=box-drawer.service.d.ts.map