UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 530 B
import type { StoredValue } from '../../../hooks/useStoredValue'; import type { AutocompleteBaseDefaultOptionObject, AutocompleteBaseValue } from '../../AutocompleteBase'; import type { AutocompleteListCardOptionById, AutocompleteListCardValue } from '../entities'; export declare const useAutocompleteListCardValue: <Multiple extends boolean>(value: AutocompleteListCardValue<Multiple> | undefined, optionById: StoredValue<AutocompleteListCardOptionById>) => AutocompleteBaseValue<AutocompleteBaseDefaultOptionObject, Multiple>;