@atlaskit/page-layout
Version:
A collection of components which let you compose an application's page layout.
3 lines • 407 B
JavaScript
export { PageLayout, Main, Content, RightSidebar, LeftSidebar, LeftSidebarWithoutResize, RightPanel, LeftPanel, Banner, TopNavigation, useCustomSkipLink } from './components';
export { LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, BANNER_HEIGHT, TOP_NAVIGATION_HEIGHT, LEFT_SIDEBAR_WIDTH, RIGHT_SIDEBAR_WIDTH } from './common/constants';
export { usePageLayoutResize, useLeftSidebarFlyoutLock } from './controllers';