UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

19 lines (18 loc) 594 B
/// <reference types="react" /> import * as React from 'react'; export declare class DetailsListCustomFooterExample extends React.Component<{}, { items: {}[]; selectionDetails: {}; showItemIndexInView: boolean; }> { private _selection; private _detailsList; constructor(props: {}); render(): JSX.Element; componentWillUnmount(): void; private _getSelectionDetails(); private _onChange; private _onItemInvoked(item); private _onShowItemIndexInViewChanged; private _onRenderDetailsFooter(detailsFooterProps, defaultRender); }