UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines (6 loc) 248 B
import { BaseComponent } from '../../Utilities'; import { IPivotItemProps } from './PivotItem.types'; export declare class PivotItem extends BaseComponent<IPivotItemProps, {}> { constructor(props: IPivotItemProps); render(): JSX.Element; }