Skip to content

Commit

Permalink
fix(lib): 补全类型
Browse files Browse the repository at this point in the history
  • Loading branch information
Jino Liu committed Oct 5, 2023
1 parent 5e48af8 commit 7a15c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lib/vue3/vue3-form-naive/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ import schemaValidate from './schemaValidate';
import i18n from './i18n';
import globalOptions from './globalOptions';

type JsonSchemaFormAntdV4 = JsonSchemaForm

export default JsonSchemaForm;

export {
JsonSchemaFormAntdV4,
globalOptions,
getDefaultFormState,
fieldProps,
Expand Down

0 comments on commit 7a15c42

Please sign in to comment.