UNPKG

@progress/kendo-angular-map

Version:
19 lines (18 loc) 1.12 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { CollectionComponent } from '../common/collection.component'; import { CollectionService } from '../common/collection.service'; import { ConfigurationService } from '../common/configuration.service'; import * as i0 from "@angular/core"; /** * A collection of one or more layers. */ export declare class LayersComponent extends CollectionComponent { protected configurationService: ConfigurationService; protected collectionService: CollectionService; constructor(configurationService: ConfigurationService, collectionService: CollectionService); static ɵfac: i0.ɵɵFactoryDeclaration<LayersComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LayersComponent, "kendo-map-layers", never, {}, {}, never, never, true, never>; }