UNPKG

sp-app-react

Version:

React based Controls and Utilities for building applications in SharePoint

12 lines (11 loc) 327 B
import React from 'react'; declare type SPPeoplePickerProps = { name: string; label?: string | undefined; multiple?: boolean; required?: boolean; disabled?: boolean | undefined; readOnly?: boolean | undefined; }; export declare const SPPeoplePicker: React.FC<SPPeoplePickerProps>; export {};