Initial commit
This commit is contained in:
7
node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts
generated
vendored
Normal file
7
node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
type CheckboxFieldResult = {
|
||||
isValid: boolean;
|
||||
value: string | string[] | boolean | undefined;
|
||||
};
|
||||
declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult;
|
||||
export default _default;
|
||||
//# sourceMappingURL=getCheckboxValue.d.ts.map
|
||||
Reference in New Issue
Block a user