office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines (10 loc) • 317 B
TypeScript
/// <reference types="react" />
import * as React from 'react';
export interface IExampleState {
stackHeight: number;
}
export declare class VerticalStackWrapNestedExample extends React.Component<{}, IExampleState> {
constructor(props: {});
render(): JSX.Element;
private _onHeightChange;
}