UNPKG

@itwin/itwinui-layouts-react

Version:

iTwinUI package that provides React components for most common layouts

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