UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

10 lines (9 loc) 271 B
import * as React from 'react'; export interface IExampleState { stackHeight: number; } export declare class VerticalStackShrinkExample extends React.Component<{}, IExampleState> { constructor(props: {}); render(): JSX.Element; private _onHeightChange; }