UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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