Skip to content

Commit

Permalink
Update packages/solid/components/Input/Input.types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Carolyn Moneymaker <[email protected]>
  • Loading branch information
francescochiapello and cee-money authored Sep 25, 2024
1 parent 86617c5 commit 7b90363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid/components/Input/Input.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface InputProps extends UIComponentProps, InputStyleProperties {
/**
* specific styles applied to input `Text` item
*/
textStyle?: unknown;
textStyle?: TextStyles;

/**
* when true the content will be masked to the user
Expand Down

0 comments on commit 7b90363

Please sign in to comment.