Any instead of string

This commit is contained in:
Gregor Wassmann 2021-12-30 22:00:12 +01:00
commit 0cd88e4394
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ export interface CheckboxProps {
* Specify the value of the checkbox
* @default ""
*/
value?: string | any;
value?: any;
/**
* Specify whether the checkbox is checked