UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 268 B
import type { Directive } from 'vue'; export declare function addEventListener(el: HTMLElement, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void; declare const antInput: Directive; export default antInput;