/opt/canhelp/node_modules/@react-leaflet/core/lib
Edit: /opt/canhelp/node_modules/@react-leaflet/core/lib/path.d.ts (556B)
import type { FeatureGroup, Path, PathOptions } from 'leaflet';
import type { ElementHook, LeafletElement } from './element.js';
import { type InteractiveLayerProps } from './layer.js';
export interface PathProps extends InteractiveLayerProps {
pathOptions?: PathOptions;
}
export declare function usePathOptions(element: LeafletElement
, props: PathProps): void;
export declare function createPathHook(useElement: ElementHook): (props: P) => ReturnType>;