UNPKG

@itwin/itwinui-layouts-react

Version:

iTwinUI package that provides React components for most common layouts

12 lines (11 loc) 222 B
import React from 'react'; export declare type StylingProps = { /** * Custom CSS class name. */ className?: string; /** * Custom CSS style properties. */ style?: React.CSSProperties; };