add up types

This commit is contained in:
honzapatCZ 2025-01-14 19:20:45 +01:00
parent 4c17fb9488
commit f082308d5d

View File

@ -55,9 +55,9 @@ export default function Input(
); );
} }
export function TextArea({ export function TextArea({
label,
title, title,
children, children = null,
label = null,
...props ...props
}) { }) {