UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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