UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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