/opt/canhelp/node_modules/@react-leaflet/core/lib
NameSizeModeActions
attribution.d.ts1530644editdlrm
attribution.js6500644editdlrm
circle.d.ts6480644editdlrm
circle.js2620644editdlrm
component.d.ts10110644editdlrm
component.js18120644editdlrm
context.d.ts10190644editdlrm
context.js6320644editdlrm
control.d.ts2690644editdlrm
control.js10060644editdlrm
div-overlay.d.ts8940644editdlrm
div-overlay.js6490644editdlrm
dom.d.ts2910644editdlrm
dom.js8230644editdlrm
element.d.ts7900644editdlrm
element.js11850644editdlrm
events.d.ts3380644editdlrm
events.js6310644editdlrm
generic.d.ts24110644editdlrm
generic.js16730644editdlrm
grid-layer.d.ts1900644editdlrm
grid-layer.js2970644editdlrm
index.d.ts13330644editdlrm
index.js10420644editdlrm
layer.d.ts6770644editdlrm
layer.js10660644editdlrm
media-overlay.d.ts5740644editdlrm
media-overlay.js5510644editdlrm
pane.d.ts2110644editdlrm
pane.js1560644editdlrm
path.d.ts5560644editdlrm
path.js10330644editdlrm
Edit: /opt/canhelp/node_modules/@react-leaflet/core/lib/generic.d.ts (2411B)
import type { Control, ControlOptions, FeatureGroup, Layer, Path } from 'leaflet'; import type { PropsWithoutRef } from 'react'; import { type PropsWithChildren } from './component.js'; import type { LeafletContextInterface } from './context.js'; import { type DivOverlay, type DivOverlayLifecycleHook } from './div-overlay.js'; import { type LeafletElement } from './element.js'; import { type LayerProps } from './layer.js'; import { type PathProps } from './path.js'; interface LayerWithChildrenProps extends LayerProps, PropsWithChildren { } interface PathWithChildrenProps extends PathProps, PropsWithChildren { } export declare function createControlComponent(createInstance: (props: PropsWithoutRef

) => E): import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare function createLayerComponent(createElement: (props: PropsWithoutRef

, context: LeafletContextInterface) => LeafletElement, updateElement?: (instance: E, props: PropsWithoutRef

, prevProps: PropsWithoutRef

) => void): import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare function createOverlayComponent(createElement: (props: PropsWithoutRef

, context: LeafletContextInterface) => LeafletElement, useLifecycle: DivOverlayLifecycleHook>): import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare function createPathComponent(createElement: (props: PropsWithoutRef

, context: LeafletContextInterface) => LeafletElement, updateElement?: (instance: E, props: PropsWithoutRef

, prevProps: PropsWithoutRef

) => void): import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare function createTileLayerComponent(createElement: (props: PropsWithoutRef

, context: LeafletContextInterface) => LeafletElement, updateElement?: (instance: E, props: PropsWithoutRef

, prevProps: PropsWithoutRef

) => void): import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {};