@itwin/itwinui-layouts-react
Version:
iTwinUI package that provides React components for most common layouts
7 lines (6 loc) • 353 B
TypeScript
export { PageLayout } from './components/PageLayout';
export type { PageLayoutProps } from './components/PageLayout';
export { FluidGrid, Grid } from './components/Grid';
export type { FluidGridProps, GridProps } from './components/Grid';
export { ActionBar } from './components/ActionBar';
export type { ActionBarProps } from './components/ActionBar';