2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-06 17:53:44 +00:00

feat(frontend): lib make Detaildrawer available (#11827)

* feat(frontend): lib make Detaildrawer available

Co-authored-by: Copilot <copilot@github.com>

* move StylishText to lib

Co-authored-by: Copilot <copilot@github.com>

* add changelog entry

Co-authored-by: Copilot <copilot@github.com>

* fix import path

---------

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Matthias Mair
2026-05-01 06:49:43 +02:00
committed by GitHub
parent 76da739c48
commit 6f56d44287
76 changed files with 121 additions and 93 deletions
+7
View File
@@ -132,6 +132,13 @@ export {
type TableStateExtraProps
} from './hooks/UseTable';
export {
type DrawerProps,
DetailDrawer,
DetailDrawerLink
} from './components/nav/DetailDrawer';
export { StylishText } from './components/StylishText';
// State management
export {
type StoredTableStateProps,