UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

9 lines (8 loc) 264 B
import * as React from 'react'; export declare class GroupedListBasicExample extends React.Component<any, any> { private _selection; private _groups; constructor(); render(): JSX.Element; private _onRenderCell(nestingDepth, item, itemIndex); }