Blame view

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