UNPKG

vue-maplibre-gl

Version:
8 lines (7 loc) 279 B
export type SourceLayerRegistryHandler = () => void; export declare class SourceLayerRegistry { private unmountHandlers; registerUnmountHandler(id: string, handler: SourceLayerRegistryHandler): void; unregisterUnmountHandler(id: string): void; unmount(): void; }