Skip to content

Commit f459355

Browse files
Revert "chore: NO-JIRA add all possible textInput types (#123)" (#124)
This reverts commit d3c9c88.
1 parent d3c9c88 commit f459355

File tree

1 file changed

+7
-3
lines changed

1 file changed

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

0 commit comments

Comments
 (0)