UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

6 lines (5 loc) 285 B
import { IPeoplePickerItemSelectedProps } from './PeoplePickerItem.types'; /** * @deprecated Use the exported from the package level 'PeoplePickerItem'. Will be removed in Fabric 7. */ export declare const SelectedItemDefault: (props: IPeoplePickerItemSelectedProps) => JSX.Element;