UNPKG

@atlaskit/page

Version:

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

25 lines (23 loc) 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GridColumnContext = void 0; var _react = require("react"); var _constants = require("./constants"); /** * @jsxRuntime classic * @jsx jsx */ /** * __Grid column context__ * * A grid column context component for the Page component. * * - [Examples](https://atlassian.design/components/page/grid-column-context/examples) * - [Code](https://atlassian.design/components/page/grid-column-context/code) * - [Usage](https://atlassian.design/components/page/grid-column-context/usage) */ var GridColumnContext = exports.GridColumnContext = /*#__PURE__*/(0, _react.createContext)({ medium: _constants.defaultMedium });