Add JSDOC
This commit is contained in:
parent
494cd622a5
commit
7063ce759d
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ interface IInput extends Pick<React.InputHTMLAttributes<HTMLInputElement>, 'maxL
|
|||
prepend?: React.ReactElement,
|
||||
/** An element to display as suffix to input. Cannot be used with password type. */
|
||||
append?: React.ReactElement,
|
||||
/** Adds specific styling to denote a searchabe input. */
|
||||
isSearch?: boolean,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue