@fluentui/react
Version:
Reusable React components for building web experiences.
8 lines (7 loc) • 317 B
TypeScript
import * as React from 'react';
import type { ITagItemSuggestionProps } from './TagPicker.types';
/**
* {@docCategory TagPicker}
*/
export declare const TagItemSuggestionBase: (props: ITagItemSuggestionProps) => JSX.Element;
export declare const TagItemSuggestion: React.FunctionComponent<ITagItemSuggestionProps>;