Skip to content

Commit

Permalink
Merge branch 'zb-extend-modify-edit-01' into zb-add-basic-entity-fiel…
Browse files Browse the repository at this point in the history
…ds-01
  • Loading branch information
zackatbrightbeam committed Aug 1, 2024
2 parents 66259ce + ad1dd75 commit d640433
Show file tree
Hide file tree
Showing 8 changed files with 497 additions and 345 deletions.
4 changes: 3 additions & 1 deletion dist/VxgBasicEntityFieldPlugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
declare function VxgBasicEntityFieldPlugin(this: any, options: any): {
exports: {
handle: {};
handle: {
Field: any;
};
};
};
export { VxgBasicEntityFieldPlugin };
Loading

0 comments on commit d640433

Please sign in to comment.