UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

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