@fleet-frontend/mower-maps
Version:
a mower maps in google maps
19 lines • 588 B
TypeScript
import React from 'react';
interface ChargingPileProps {
mapData: unknown;
mapConfig?: Record<string, unknown>;
layout?: {
width?: number;
height?: number;
} | Record<string, unknown> | null;
viewBox?: {
x: number;
y: number;
width: number;
height: number;
} | null;
rotation?: number;
}
declare const CharginPile: React.MemoExoticComponent<({ mapData, mapConfig, viewBox, rotation }: ChargingPileProps) => import("react/jsx-runtime").JSX.Element>;
export default CharginPile;
//# sourceMappingURL=index.d.ts.map