UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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