getCheckboxValue.d.ts 256 B

1234567
  1. type CheckboxFieldResult = {
  2. isValid: boolean;
  3. value: string | string[] | boolean | undefined;
  4. };
  5. declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult;
  6. export default _default;
  7. //# sourceMappingURL=getCheckboxValue.d.ts.map