Files
bknd/app/src/ui/client/bknd.ts
dswbx 26d1f2b583 feat: add admin options for entities and app shell
Introduced `BkndAdminEntitiesOptions` and `BkndAdminAppShellOptions` for advanced customization of entity actions, headers, footers, and app shell user menu. Updated related components, hooks, and types for seamless integration with the new configuration options.
2025-09-19 11:36:31 +02:00

2 lines
90 B
TypeScript

export { BkndProvider, type BkndContext, useBknd, SchemaEditable } from "./BkndProvider";