mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-29 02:21:39 +00:00
sync
This commit is contained in:
9
node_modules/react-leaflet/lib/Pane.d.ts
generated
vendored
9
node_modules/react-leaflet/lib/Pane.d.ts
generated
vendored
@@ -1,9 +0,0 @@
|
||||
import React, { type CSSProperties, type ReactNode } from 'react';
|
||||
export interface PaneProps {
|
||||
children?: ReactNode;
|
||||
className?: string;
|
||||
name: string;
|
||||
pane?: string;
|
||||
style?: CSSProperties;
|
||||
}
|
||||
export declare const Pane: React.ForwardRefExoticComponent<PaneProps & React.RefAttributes<HTMLElement>>;
|
||||
Reference in New Issue
Block a user