mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
added missing types export for options, init admin ui docs as patch
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user