UNPKG

@atlaskit/page-layout

Version:

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

5 lines 281 B
import _defineProperty from "@babel/runtime/helpers/defineProperty"; import { PAGE_LAYOUT_SLOT_SELECTOR } from './constants'; export var getPageLayoutSlotSelector = function getPageLayoutSlotSelector(slotName) { return _defineProperty({}, PAGE_LAYOUT_SLOT_SELECTOR, slotName); };