UNPKG

@atlaskit/page-layout

Version:

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

2 lines 160 B
import { PAGE_LAYOUT_SLOT_SELECTOR } from './constants'; export const getPageLayoutSlotCSSSelector = slotName => `[${PAGE_LAYOUT_SLOT_SELECTOR}='${slotName}']`;