UNPKG

@atlaskit/page-layout

Version:

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

5 lines (4 loc) 511 B
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'; export type { SlotHeightProps, SlotWidthProps, Dimensions, LeftSidebarState } from './common/types';