UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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