@itwin/itwinui-layouts-react
Version:
iTwinUI package that provides React components for most common layouts
8 lines (7 loc) • 504 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 { PageLayout } from './components/PageLayout';
export { FluidGrid, Grid } from './components/Grid';
export { ActionBar } from './components/ActionBar';