added native reactive form to elements

This commit is contained in:
dswbx
2025-02-08 11:59:43 +01:00
parent f29641c702
commit bb964dc835
6 changed files with 396 additions and 1 deletions

View File

@@ -1 +1,2 @@
export { default as Admin, type BkndAdminProps } from "./Admin";
export * from "./components/form/json-schema-form";