UNPKG

@atlaskit/page-layout

Version:

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

4 lines (3 loc) 149 B
import type { Dimensions } from '../common/types'; declare const publishGridState: (gridState: Dimensions) => void; export default publishGridState;