Skip to content

Commit 9d569b3

Browse files
feat: NO-JIRA add all possible textInput types (#125)
Co-authored-by: mwleklinskiVL <[email protected]>
1 parent f459355 commit 9d569b3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
export type TextInputType =
2-
| 'text'
3-
| 'email'
4-
| 'password'
5-
| 'search'
6-
| 'tel'
7-
| 'url';
1+
import { HTMLInputTypeAttribute } from 'react';
2+
3+
export type TextInputType = HTMLInputTypeAttribute;

0 commit comments

Comments
 (0)