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 15f2539 commit 7a40329Copy full SHA for 7a40329
tests/index.test.tsx
@@ -7,6 +7,7 @@ import { changeValue, getInput, matchError } from './common';
7
import InfoField, { Input } from './common/InfoField';
8
import timeout, { waitFakeTime } from './common/timeout';
9
10
+import type { FormRef, Meta } from '@/interface';
11
describe('Form.Basic', () => {
12
describe('create form', () => {
13
const Content: React.FC = () => (
0 commit comments