UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

14 lines (13 loc) 400 B
/// <reference types="googlemaps" /> import React from 'react'; interface IProps { onClick?: (e: any) => void; data: any; map?: google.maps.Map; setPolygonLatLng?: (e: any) => void; setPolygon?: (e: any) => void; resetPolygon?: () => void; options?: any; } declare const _default: React.MemoExoticComponent<({ ...props }: IProps) => JSX.Element>; export default _default;