UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

13 lines (12 loc) 453 B
/// <reference types="react" /> import * as React from 'react'; import './GroupedList.Custom.Example.scss'; export declare class GroupedListCustomExample extends React.Component { private _groupedList; constructor(props: {}); render(): JSX.Element; private _createGroupedListRef(groupedList); private _onRenderCell(nestingDepth, item, itemIndex); private _onRenderHeader(props); private _onRenderFooter(props); }