UNPKG

@atlaskit/page-layout

Version:

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

13 lines (12 loc) 434 B
import { jsx } from '@emotion/react'; import { type SlotWidthProps } from '../../common/types'; /** * __Right sidebar__ * * Provides a slot for a right sidebar within the PageLayout. * * - [Examples](https://atlassian.design/components/page-layout/examples) * - [Code](https://atlassian.design/components/page-layout/code) */ declare const RightSidebar: (props: SlotWidthProps) => jsx.JSX.Element; export default RightSidebar;