UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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