UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

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