mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user