UNPKG

box-ui-elements-mlh

Version:
10 lines 596 B
/** * Group of components that supports collapsed/expanded state for responsive sizing. */ export { default as CollapsibleSidebar } from './CollapsibleSidebar'; export { default as CollapsibleSidebarFooter } from './CollapsibleSidebarFooter'; export { default as CollapsibleSidebarItem } from './CollapsibleSidebarItem'; export { default as CollapsibleSidebarLogo } from './CollapsibleSidebarLogo'; export { default as CollapsibleSidebarMenuItem } from './CollapsibleSidebarMenuItem'; export { default as CollapsibleSidebarNav } from './CollapsibleSidebarNav'; //# sourceMappingURL=index.js.map