UNPKG

box-ui-elements

Version:
11 lines (10 loc) 597 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