UNPKG

react-grid-layout

Version:

A draggable and resizable grid layout with responsive breakpoints, for React.

9 lines (6 loc) 264 B
// @flow import * as utils from "./lib/utils"; export { default } from "./lib/ReactGridLayout"; export { default as Responsive } from "./lib/ResponsiveReactGridLayout"; export { default as WidthProvider } from "./lib/components/WidthProvider"; export { utils };