UNPKG

mappls-map-react-native

Version:

A Mappls GL react native module for creating custom maps

7 lines (6 loc) 178 B
import { type SyntheticEvent } from "react"; export type MapplsRNEvent< T extends string, P = GeoJSON.Feature, V = Element, > = SyntheticEvent<V, { type: T; payload: P }>;