UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 225 B
import { IGroupShowAllProps, IGroupShowAllStyleProps, IGroupShowAllStyles } from './GroupShowAll.types'; export { IGroupShowAllProps }; export declare const getStyles: (props: IGroupShowAllStyleProps) => IGroupShowAllStyles;