UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

6 lines (5 loc) 261 B
import type { IPeoplePickerItemSelectedProps } from './PeoplePickerItem.types'; /** * @deprecated Use `PeoplePickerItem` instead. Will be removed in \>= 7.0. */ export declare const SelectedItemDefault: (props: IPeoplePickerItemSelectedProps) => JSX.Element;