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 5e48af8 commit 7a15c42Copy full SHA for 7a15c42
packages/lib/vue3/vue3-form-naive/types/index.d.ts
@@ -8,9 +8,12 @@ import schemaValidate from './schemaValidate';
8
import i18n from './i18n';
9
import globalOptions from './globalOptions';
10
11
+type JsonSchemaFormAntdV4 = JsonSchemaForm
12
+
13
export default JsonSchemaForm;
14
15
export {
16
+ JsonSchemaFormAntdV4,
17
globalOptions,
18
getDefaultFormState,
19
fieldProps,
0 commit comments