UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

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