mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 17:12:23 +00:00
5 lines
298 B
TypeScript
5 lines
298 B
TypeScript
/// <reference types="react" />
|
|
import { Control } from 'leaflet';
|
|
export type AttributionControlProps = Control.AttributionOptions;
|
|
export declare const AttributionControl: import("react").ForwardRefExoticComponent<Control.AttributionOptions & import("react").RefAttributes<Control.Attribution>>;
|