Files
wdi-dashboard/node_modules/react-hook-form/dist/logic/getFieldValue.d.ts
2024-08-16 15:06:52 +05:30

3 lines
138 B
TypeScript

import { Field } from '../types';
export default function getFieldValue(_f: Field['_f']): any;
//# sourceMappingURL=getFieldValue.d.ts.map