form.tsx
x
Ln 12, Col 42
UTF-8
TypeScript React
1
2
3
4
5
6
7
8
9
10
11
12
const
UserAuth
=
()
=>
{
return
(
// Enter your details below
<TextInput
prop
=
/>
<PassInput
secure
=
/>
Compile & Submit
);
}
;