🎨 styles: form login

:%s
This commit is contained in:
lytrankieio123
2021-08-27 15:49:46 +07:00
parent ad575d097b
commit c13d70ce48
15 changed files with 214 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ interface Props {
children?: React.ReactNode,
value?: string | number,
placeholder?: string,
type?: 'text' | 'number' | 'email',
type?: 'text' | 'number' | 'email' | 'password',
styleType?: 'default' | 'custom',
backgroundTransparent?: boolean,
icon?: React.ReactNode,