UNPKG

react-native-login-screen

Version:

Fully Customizable & Ready to use Login Screen for React Native

10 lines (9 loc) 255 B
import { ViewStyle, ImageStyle, TextStyle } from "react-native"; interface Style { container: ViewStyle; iconImageStyle: ImageStyle; textContainer: ViewStyle; textStyle: TextStyle; } declare const _default: Style; export default _default;