UNPKG
react-native-navigation-to-app
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Open the map app of the user's choice with a specific location.
react-native-navigation-to-app
/
lib
/
components
/
popup
/
PopupSeparator.d.ts
9 lines
(8 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
;