@itwin/itwinui-layouts-react
Version:
iTwinUI package that provides React components for most common layouts
7 lines (6 loc) • 417 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export { FluidGrid } from './FluidGrid';
export { Grid } from './Grid';