react-native-login-screen
Version:
Fully Customizable & Ready to use Login Screen for React Native
43 lines (42 loc) • 1.08 kB
TypeScript
declare const _default: {
container: {
top: number;
position: "absolute";
zIndex: number;
paddingTop: number;
paddingLeft: number;
paddingRight: number;
paddingBottom: number;
borderRadius: number;
backgroundColor: string;
shadowRadius: number;
shadowOpacity: number;
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
};
arrow: {
top: number;
alignSelf: "center";
borderTopWidth: number;
borderTopColor: string;
borderRightWidth: number;
borderRightColor: string;
borderBottomWidth: number;
borderBottomColor: string;
borderLeftWidth: number;
borderLeftColor: string;
height: number;
width: number;
shadowRadius: number;
shadowOpacity: number;
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
};
};
export default _default;