UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

3 lines (2 loc) 587 B
import { IPersonaProps } from 'office-ui-fabric-react/lib/Persona'; export declare const UnifiedPeoplePicker: (props: Pick<import("..").IUnifiedPickerProps<IPersonaProps>, "className" | "onPaste" | "onFocus" | "onBlur" | "onKeyDown" | "componentRef" | "dragDropEvents" | "selectedItemsListProps" | "floatingSuggestionProps" | "currentRenderedQuerystring" | "onQueryStringChange" | "focusZoneProps" | "inputProps" | "headerComponent" | "onInputChange" | "customClipboardType" | "defaultDragDropEnabled" | "autofillDragDropEnabled" | "onDropAutoFill" | "onValidateInput">) => JSX.Element;