created sign up page ui
This commit is contained in:
committed by
GitHub
parent
77030fd4c2
commit
de8ca40dcf
Vendored
+4
-4
@@ -82,10 +82,10 @@ declare interface InputFieldProps extends TextInputProps {
|
||||
label: string;
|
||||
icon?: any;
|
||||
secureTextEntry?: boolean;
|
||||
labelStyle?: string;
|
||||
containerStyle?: string;
|
||||
inputStyle?: string;
|
||||
iconStyle?: string;
|
||||
labelStyles?: string;
|
||||
containerStyles?: string;
|
||||
inputStyles?: string;
|
||||
iconStyles?: string;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user