UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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