Blame view

天文台pc/tianwentai-ui/node_modules/react-hook-form/dist/logic/schemaErrorLookup.d.ts 299 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
  import { FieldError, FieldErrors, FieldValues } from '../types';
  export default function schemaErrorLookup<T extends FieldValues = FieldValues>(errors: FieldErrors<T>, _fields: FieldValues, name: string): {
      error?: FieldError;
      name: string;
  };
  //# sourceMappingURL=schemaErrorLookup.d.ts.map