Source: layout/src/index.js

/**
 * This file is used to export all the public classes in this module.
 * @module Layout
 */

export { GridLayout } from './grid-layout';