UNPKG

@googlemap-react/core

Version:
4 lines (3 loc) 183 B
import { HeatMapProps } from '../common/types'; export declare const HeatMap: ({ id, opts, }: HeatMapProps) => null; export declare const SafeHeatMap: (props: any) => JSX.Element;