UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

6 lines (5 loc) 207 B
import { BaseComponent } from '../../Utilities'; import { IPivotItemProps } from './PivotItem.Props'; export declare class PivotItem extends BaseComponent<IPivotItemProps, {}> { render(): JSX.Element; }