UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

4 lines (3 loc) 228 B
import { Ref } from 'vue'; import { UseSelectFunctionReturn, SelectProps } from '../select-types'; export default function useSelectFunction(props: SelectProps, selectRef: Ref<HTMLElement | undefined>): UseSelectFunctionReturn;