office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
12 lines (11 loc) • 386 B
TypeScript
/// <reference types="react" />
import * as React from 'react';
export interface IPivotOnChangeExampleState {
shouldShowFirstPivotItem: boolean;
}
export declare class PivotRemoveExample extends React.Component<any, IPivotOnChangeExampleState> {
private _shouldShowFirstPivotItem;
constructor(props: any);
render(): JSX.Element;
private _handleClick();
}