UNPKG

react-native-map-link

Version:

Open the map app of the user's choice with a specific location.

9 lines (8 loc) 267 B
import React from 'react'; import type { ViewStyle } from 'react-native'; declare const PopupSeparator: ({ style: { separatorStyle: styleSeparator }, }: { style: { separatorStyle?: ViewStyle; }; }) => React.JSX.Element; export default PopupSeparator;