mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-18 19:22:58 +03:00
refactor: fix type errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user