mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 09:02:18 +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;
|