Blame view

天文台pc/tianwentai-ui/node_modules/react-hook-form/dist/logic/getCheckboxValue.d.ts 256 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  type CheckboxFieldResult = {
      isValid: boolean;
      value: string | string[] | boolean | undefined;
  };
  declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult;
  export default _default;
  //# sourceMappingURL=getCheckboxValue.d.ts.map