react-native-social-login-module
Version:
React Native social login
9 lines (8 loc) • 354 B
TypeScript
import { ViewStyle, TextStyle } from "react-native";
interface Style {
buttonTextStyle: TextStyle;
}
export declare const _shadowStyle: (shadowColor: string) => ViewStyle;
export declare const _container: (width: number | string, height: number | string, backgroundColor: string) => ViewStyle;
declare const _default: Style;
export default _default;