UNPKG

@itwin/itwinui-layouts-react

Version:

iTwinUI package that provides React components for most common layouts

14 lines (13 loc) 342 B
import React from 'react'; import { StylingProps } from '../../utils/props'; export declare type BottomBarProps = { /** * Children of the element */ children: React.ReactNode; } & StylingProps; export declare const BottomBar: { (props: BottomBarProps): JSX.Element; displayName: string; }; export default BottomBar;