UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 230 B
import type { OptionV2EmitFn, OptionV2Props } from './defaults'; export declare function useOption(props: OptionV2Props, { emit }: { emit: OptionV2EmitFn; }): { hoverItem: () => void; selectOptionClick: () => void; };