Skip to content

Commit d3c9c88

Browse files
authored
chore: NO-JIRA add all possible textInput types (#123)
1 parent d5c0e6e commit d3c9c88

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)