Skip to content

Commit 25c008b

Browse files
committed
fix: remove string from input type
1 parent e9ae1f9 commit 25c008b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/primitives/Input/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface InterfaceInputProps
7373
/**
7474
* Using the type password, user can mask the input.
7575
*/
76-
type?: 'text' | 'password' | string;
76+
type?: 'text' | 'password';
7777
/**
7878
* Ref to be passed to Icon's wrapper Box
7979
*/

0 commit comments

Comments
 (0)