UNPKG

element-plus

Version:

A Component Library for Vue3.0

8 lines (7 loc) 226 B
import type { Ref } from 'vue'; export declare type Event = { name: string; handler: (...args: any[]) => any; }; declare const _default: (el: Ref<HTMLElement>, events: Event[]) => void; export default _default;