frontend: more exposing for plugins (#11897)

* expose EditApiForm in context

* expose renderRemoteInstance in context

* expose useInstance in context

* export DetailDrawerComponent, useLocalLibState

* fix import/type

* add changelog entry
This commit is contained in:
Matthias Mair
2026-05-09 23:14:36 +10:00
committed by GitHub
parent ba883590ab
commit 61eb5e8d0f
9 changed files with 71 additions and 41 deletions
+3 -1
View File
@@ -135,7 +135,8 @@ export {
export {
type DrawerProps,
DetailDrawer,
DetailDrawerLink
DetailDrawerLink,
DetailDrawerComponent
} from './components/nav/DetailDrawer';
export { StylishText } from './components/StylishText';
@@ -144,3 +145,4 @@ export {
type StoredTableStateProps,
useStoredTableState
} from './states/StoredTableState';
export { useLocalLibState } from './states/LocalLibState';