UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 198 B
import type { IOptionProps } from './token'; export declare function useOption(props: IOptionProps, { emit }: { emit: any; }): { hoverItem: () => void; selectOptionClick: () => void; };