UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines (4 loc) 203 B
import * as React from 'react'; import { IGroupShowAllProps } from './GroupShowAll.types'; export { IGroupShowAllProps }; export declare const GroupShowAll: React.StatelessComponent<IGroupShowAllProps>;