UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

11 lines (10 loc) 313 B
/// <reference types="react" /> 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; }