Skip to content

Commit 7a15c42

Browse files
fix(lib): 补全类型
1 parent 5e48af8 commit 7a15c42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/lib/vue3/vue3-form-naive/types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ import schemaValidate from './schemaValidate';
88
import i18n from './i18n';
99
import globalOptions from './globalOptions';
1010

11+
type JsonSchemaFormAntdV4 = JsonSchemaForm
12+
1113
export default JsonSchemaForm;
1214

1315
export {
16+
JsonSchemaFormAntdV4,
1417
globalOptions,
1518
getDefaultFormState,
1619
fieldProps,

0 commit comments

Comments
 (0)