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.

6 lines (5 loc) 262 B
export declare const state: Record<"isEmpty" | "isEmptySearch" | "isWarning" | "isInvalid" | "isDisabled", string>; export declare const root: string; export declare const label: string; export declare const search: string; export declare const chevron: string;