UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

4 lines 208 B
import * as React from "react"; import { IGroupPickerProps } from "./IGroupPickerProps"; export declare const GroupPicker: React.FunctionComponent<IGroupPickerProps>; //# sourceMappingURL=GroupPicker.d.ts.map