mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-28 01:52:41 +00:00
sync
This commit is contained in:
8
node_modules/@react-leaflet/core/lib/path.d.ts
generated
vendored
Normal file
8
node_modules/@react-leaflet/core/lib/path.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { FeatureGroup, Path, PathOptions } from 'leaflet';
|
||||
import type { LeafletElement, ElementHook } from './element.js';
|
||||
import { type InteractiveLayerProps } from './layer.js';
|
||||
export interface PathProps extends InteractiveLayerProps {
|
||||
pathOptions?: PathOptions;
|
||||
}
|
||||
export declare function usePathOptions(element: LeafletElement<FeatureGroup | Path>, props: PathProps): void;
|
||||
export declare function createPathHook<E extends FeatureGroup | Path, P extends PathProps>(useElement: ElementHook<E, P>): (props: P) => ReturnType<ElementHook<E, P>>;
|
||||
Reference in New Issue
Block a user