office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
12 lines (11 loc) • 661 B
TypeScript
import { IPersonaProps } from '../../../../Persona';
import { IBasePickerSuggestionsProps } from '../../../../Pickers';
/**
* @deprecated Use the exported from the package level 'PeoplePickerItemSuggestion'. Will be removed in Fabric 7.0
*/
export declare const SuggestionItemNormal: (persona: IPersonaProps, suggestionProps?: IBasePickerSuggestionsProps) => JSX.Element;
/**
* Will be removed in Fabric 7.0
* @deprecated Use the exported from the package level 'PeoplePickerItemSuggestion' with compact prop set to true.
*/
export declare const SuggestionItemSmall: (persona: IPersonaProps, suggestionProps?: IBasePickerSuggestionsProps) => JSX.Element;