UNPKG

infinity-forge

Version:
6 lines (5 loc) 274 B
import type { SelectParametersHooks } from '../types.js'; export declare function selectState({ selectPropsInfinityForge, field, options, utils, state, setOptions, }: SelectParametersHooks): { value: any; valueExternalSelect: string | number | readonly string[]; };