UNPKG

react-native-social-login-module

Version:
8 lines (7 loc) 232 B
import { ViewStyle, TextStyle } from "react-native"; interface Style { container: ViewStyle; } export declare const _textInputStyle: (width: number | string) => TextStyle; declare const _default: Style; export default _default;