UNPKG

@atlaskit/page-layout

Version:

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

3 lines (2 loc) 161 B
import type { DimensionNames } from './types'; export declare const resolveDimension: (key: DimensionNames, dimension?: number, shouldPersist?: boolean) => any;