Skip to content

Commit

Permalink
fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Apr 10, 2024
1 parent 7dec6cf commit 4d959be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/form/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ export interface InputProps
/**
* Element to display before the Button content.
*/
startAdornment?: any;
startAdornment?: React.ReactNode | string;

/**
* Element to display after the Button content.
*/
endAdornment?: any;
endAdornment?: React.ReactNode | string;

/**
* Shortcut for the onChange value event.
Expand Down

0 comments on commit 4d959be

Please sign in to comment.