added missing types export for options, init admin ui docs as patch

This commit is contained in:
dswbx
2025-09-19 20:01:03 +02:00
parent 26d1f2b583
commit 35cbcc221a
2 changed files with 499 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
export { default as Admin, type BkndAdminProps } from "./Admin";
export * from "./components/form/json-schema-form";
export { JsonViewer } from "./components/code/JsonViewer";
export type * from "./options";
// bknd admin ui
export { Button } from "./components/buttons/Button";