UNPKG

react-native-login-screen

Version:

Fully Customizable & Ready to use Login Screen for React Native

9 lines (8 loc) 231 B
import React from "react"; import { StyleProp, ViewStyle } from "react-native"; interface TooltipProps { style?: StyleProp<ViewStyle>; children: any; } declare const Tooltip: React.FC<TooltipProps>; export default Tooltip;