mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-28 10:01:38 +00:00
sync
This commit is contained in:
3
node_modules/@react-leaflet/core/lib/dom.d.ts
generated
vendored
Normal file
3
node_modules/@react-leaflet/core/lib/dom.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export declare function addClassName(element: HTMLElement, className: string): void;
|
||||
export declare function removeClassName(element: HTMLElement, className: string): void;
|
||||
export declare function updateClassName(element?: HTMLElement, prevClassName?: string, nextClassName?: string): void;
|
||||
Reference in New Issue
Block a user