UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

3 lines (2 loc) 199 B
import { IFloatingSuggestionsListProps } from './FloatingSuggestionsList.types'; export declare const FloatingSuggestionsList: <T extends {}>(props: IFloatingSuggestionsListProps<T>) => JSX.Element;