mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-27 09:32:08 +00:00
4 lines
211 B
TypeScript
4 lines
211 B
TypeScript
import type { LayerOptions } from 'leaflet';
|
|
import type { LeafletContextInterface } from './context.js';
|
|
export declare function withPane<P extends LayerOptions>(props: P, context: LeafletContextInterface): P;
|