@fluentui/react
Version:
Reusable React components for building web experiences.
7 lines (6 loc) • 315 B
TypeScript
import type { IPeoplePickerItemSelectedProps } from './PeoplePickerItem.types';
import type { JSXElement } from '@fluentui/utilities';
/**
* @deprecated Use `PeoplePickerItem` instead. Will be removed in \>= 7.0.
*/
export declare const SelectedItemDefault: (props: IPeoplePickerItemSelectedProps) => JSXElement;