UNPKG

@atlaskit/page

Version:

A page layout organizes sections on a page using a grid and grid columns.

7 lines (6 loc) 264 B
import Page from './page'; // Page already has a jsdoc where it is defined // eslint-disable-next-line @repo/internal/react/require-jsdoc export default Page; export { default as Grid } from './grid-wrapper'; export { default as GridColumn } from './grid-column';