office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines (10 loc) • 319 B
TypeScript
/// <reference types="react" />
import { BaseComponent } from 'office-ui-fabric-react/lib/Utilities';
export declare class DetailsListGroupedLargeExample extends BaseComponent<{}, {
items: {}[];
}> {
private _root;
constructor(props: {});
render(): JSX.Element;
private _getGroupHeight;
}