UNPKG

@totvs-agro/mobile-components

Version:

Componentes Mobile Totvs (Front-End) para utilização dos estilos do T-Faces e Ionic v3

8 lines (7 loc) 214 B
import { ILatLng } from '@ionic-native/google-maps'; declare type OnClickFunction = (point: ILatLng) => void; export interface MapOptions { disable?: boolean; onclick?: OnClickFunction; } export {};