fix(types): add TextAreaProps to RowInput (#717)

This commit is contained in:
sync
2025-03-03 17:53:07 +10:00
committed by GitHub
parent f4f1596ff6
commit 32d3fb05c7

View File

@@ -149,7 +149,8 @@ type RowInput =
| ColorProps | ColorProps
| DateProps | DateProps
| DateRangeProps | DateRangeProps
| TimeProps; | TimeProps
| TextAreaProps;
type inputDialog = ( type inputDialog = (
heading: string, heading: string,