We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbffc2 commit da54623Copy full SHA for da54623
src/molecules/Form/types.ts
@@ -3,7 +3,7 @@ import { Form } from 'antd';
3
import { ComponentToken } from 'antd/es/form/style';
4
import { FormRef } from 'rc-field-form/lib/interface';
5
import React, { ReactElement } from 'react';
6
-import { Control, FieldPath, FieldValues, Path, PathValue } from 'react-hook-form';
+import { Control, FieldPath, FieldValues } from 'react-hook-form';
7
8
//#region Define Ant Design types
9
type FormPropsAntd<Values = any> = GetProps<typeof Form<Values>>;
0 commit comments