Skip to content

Commit

Permalink
feat: NO-JIRA add all possible textInput types (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: mwleklinskiVL <[email protected]>
  • Loading branch information
adrian-potepa and wleklinskimateusz authored Feb 13, 2024
1 parent f459355 commit 9d569b3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/TextInput/TextInputType.type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export type TextInputType =
| 'text'
| 'email'
| 'password'
| 'search'
| 'tel'
| 'url';
import { HTMLInputTypeAttribute } from 'react';

export type TextInputType = HTMLInputTypeAttribute;

0 comments on commit 9d569b3

Please sign in to comment.