UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

5 lines (3 loc) 239 B
import { IBaseFloatingSuggestionsProps } from '../FloatingSuggestions.types'; import { IPersonaProps } from 'office-ui-fabric-react/lib/Persona'; export type IFloatingPeopleSuggestionsProps = IBaseFloatingSuggestionsProps<IPersonaProps>;