/opt/canhelp/node_modules/react-leaflet/lib
Edit: /opt/canhelp/node_modules/react-leaflet/lib/Pane.d.ts (360B)
import React, { type CSSProperties, type ReactNode } from 'react';
export interface PaneProps {
children?: ReactNode;
className?: string;
name: string;
pane?: string;
style?: CSSProperties;
}
export type PaneRef = HTMLElement | null;
export declare const Pane: React.ForwardRefExoticComponent
>;