UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

7 lines 286 B
import { ObstacleData } from '@/processor/unified'; interface ObstacleElementProps { data: ObstacleData; } declare const ObstacleElement: ({ data }: ObstacleElementProps) => import("react/jsx-runtime").JSX.Element; export default ObstacleElement; //# sourceMappingURL=index.d.ts.map