refactor: fix type errors

This commit is contained in:
Elias Schneider
2025-05-03 23:42:17 +02:00
parent 0b9cbf47e3
commit f4c6cff461
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
onInput,
...restProps
}: HTMLAttributes<HTMLDivElement> & {
input?: FormInput<string | boolean | number | Date>;
input?: FormInput<string | boolean | number | Date | undefined>;
label?: string;
description?: string;
placeholder?: string;