UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines (6 loc) 303 B
import { IGroup } from '../../components/GroupedList/GroupedList.types'; /** * Takes an array of groups and returns a count of the groups and all descendant groups. * @param groups - The array of groups to count. */ export declare const GetGroupCount: (groups: IGroup[] | undefined) => number;