UNPKG

@kelvininc/ui-components

Version:
4 lines (3 loc) 330 B
import { ISelectMultiOptions } from '../select-multi-options/select-multi-options.types'; export declare const getDropdownDisplayValue: (options?: ISelectMultiOptions, selectedOptions?: Record<string, boolean>) => string | undefined; export declare const getBadgeLabelValue: (selectedOptions?: Record<string, boolean>) => string;