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 TitleAreaProps = { /** * Children of the element */ children: React.ReactNode; } & StylingProps; export declare const TitleArea: { (props: TitleAreaProps): JSX.Element; displayName: string; }; export default TitleArea;