UNPKG

@glodon-aiot/react-components

Version:

aiot react components

8 lines (7 loc) 217 B
import { Marker } from '.'; export interface MarkersMapProps { markers?: Marker[]; } export interface State { } export default function MarkersMap(props: MarkersMapProps): import("react/jsx-runtime").JSX.Element;