This commit is contained in:
Tom Moor 2021-10-24 12:31:17 -07:00
parent 2a32a4095d
commit b1f04145e5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export type Props = {|
name?: string,
disabled?: boolean,
onChange: (event: SyntheticInputEvent<HTMLInputElement>) => mixed,
note?: string,
note?: React.Node,
short?: boolean,
small?: boolean,
|};