UNPKG

@atlaskit/page-layout

Version:

A collection of components which let you compose an application's page layout.

13 lines (12 loc) 737 B
export { default as PageLayout } from './slots/page-layout'; export { default as Main } from './slots/main'; export { default as RightPanel } from './slots/right-panel'; export { default as LeftPanel } from './slots/left-panel'; export { default as RightSidebar } from './slots/right-sidebar'; export { default as LeftSidebar } from './slots/left-sidebar'; export { default as LeftSidebarWithoutResize } from './slots/left-sidebar-without-resize'; export { default as Banner } from './slots/banner-slot'; export { default as TopNavigation } from './slots/top-navigation'; export { default as Content } from './slots/content'; export { default as ResizeControl } from './resize-control'; export { useCustomSkipLink } from './skip-links';