Skip to content

Commit

Permalink
feat: 替换 form-render 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Nov 13, 2023
1 parent 90fc610 commit 95b57d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions packages/form-render/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as defaultWidgets from './widgets';

export * from './widgets';
export { mapping } from './models/mapping';

export { default as useForm } from './models/useForm';
export { default as connectForm } from './form-core/connectForm';
export { default as SearchForm } from './derivative/SearchForm';
Expand Down
9 changes: 0 additions & 9 deletions packages/form-render/src/models/index.ts

This file was deleted.

0 comments on commit 95b57d8

Please sign in to comment.