UNPKG

238 BTypeScriptView Raw
1import * as React from 'react';
2import type { IPivotItemProps } from './PivotItem.types';
3export declare class PivotItem extends React.Component<IPivotItemProps, {}> {
4 constructor(props: IPivotItemProps);
5 render(): JSX.Element;
6}