UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

5 lines 171 B
import { ITag } from "@fluentui/react/lib/Pickers"; export interface IGroupPickerState { savedSelectedGroups: ITag[]; } //# sourceMappingURL=IGroupPickerState.d.ts.map