add up types
This commit is contained in:
parent
4c17fb9488
commit
f082308d5d
|
|
@ -55,9 +55,9 @@ export default function Input(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
export function TextArea({
|
export function TextArea({
|
||||||
label,
|
|
||||||
title,
|
title,
|
||||||
children,
|
children = null,
|
||||||
|
label = null,
|
||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user