office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines (10 loc) • 343 B
TypeScript
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();
}