UNPKG

@progress/kendo-angular-map

Version:
22 lines (21 loc) 1.17 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import { ConfigurationService } from '../../common/configuration.service'; import { SettingsComponent } from '../../common/settings.component'; import * as i0 from "@angular/core"; /** * The configuration options of the Map layer tooltip. * * @hidden */ export declare class LayerTooltipComponent extends SettingsComponent { configurationService: ConfigurationService; layerTooltipTemplate: TemplateRef<any>; constructor(configurationService: ConfigurationService); get layerTooltipTemplateRef(): TemplateRef<any>; static ɵfac: i0.ɵɵFactoryDeclaration<LayerTooltipComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LayerTooltipComponent, "kendo-map-layer-tooltip", never, {}, {}, ["layerTooltipTemplate"], never, true, never>; }