UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

8 lines 269 B
import React from 'react'; interface GElementProps { type: string; children?: React.ReactNode; } declare const GElement: ({ type, children }: GElementProps) => import("react/jsx-runtime").JSX.Element; export default GElement; //# sourceMappingURL=index.d.ts.map