form.tsxx
Ln 12, Col 42UTF-8TypeScript React
1
2
3
4
5
6
7
8
9
10
11
12
const UserAuth = () => {
return (
// Enter your details below
<TextInputprop=/>
<PassInputsecure=/>
);
};