UNPKG

@tabula/ui-multi-selector

Version:

A MultiSelector allows users to select one or more items from a list of choices, or suggest own item.

3 lines (2 loc) 116 B
import { ReactNode } from 'react'; export declare function renderFound(label: string, values: string[]): ReactNode;