UNPKG

element-plus

Version:

A Component Library for Vue 3

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