UNPKG

@atlaskit/page-layout

Version:

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

4 lines 156 B
import { PAGE_LAYOUT_SLOT_SELECTOR } from './constants'; export const getPageLayoutSlotSelector = slotName => ({ [PAGE_LAYOUT_SLOT_SELECTOR]: slotName });