Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit f85b52d

Browse files
avatar5555555gregberge
authored andcommitted
fix(types): Textarea types typos (#94)
1 parent 5dad4e2 commit f85b52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shared/core/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ export interface TextareaProps
305305
extends Omit<React.HTMLProps<HTMLTextAreaElement>, { size: any }> {
306306
control?: boolean
307307
size?: 'sm' | 'lg'
308-
valid?: true
308+
valid?: boolean
309309
}
310310

311-
export const TextArea: React.FunctionComponent<TextareaProps>
311+
export const Textarea: React.FunctionComponent<TextareaProps>
312312

313313
export interface TypographyProps extends BoxProps {
314314
children?: React.ReactNode

0 commit comments

Comments
 (0)