UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

13 lines 401 B
import React from 'react'; interface ChargingPileProps { viewBox?: { x: number; y: number; width: number; height: number; } | null; rotation?: number; } declare const CharginPile: React.MemoExoticComponent<({ viewBox, rotation }: ChargingPileProps) => import("react/jsx-runtime").JSX.Element>; export default CharginPile; //# sourceMappingURL=index.d.ts.map