office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines (10 loc) • 347 B
TypeScript
import { BaseComponent, IContextualMenuItem } from 'office-ui-fabric-react';
export interface IOverflowData {
primary: IContextualMenuItem[];
overflow: IContextualMenuItem[];
cacheKey?: string;
}
export declare class ResizeGroupVerticalOverflowSetExample extends BaseComponent {
render(): JSX.Element;
private _onReduceData;
}