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) 134 B
import { Part } from '../../Dropdown.types'; export declare function match(rawTarget: string, rawPattern: string): [boolean, Part[]];