UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

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