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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user