UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines (4 loc) 205 B
/// <reference types="react" /> import { IGroupShowAllProps } from './GroupShowAll.types'; export { IGroupShowAllProps }; export declare const GroupShowAll: (props: IGroupShowAllProps) => JSX.Element;