UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

9 lines (8 loc) 225 B
export interface ElementEvent extends Event { target: HTMLElement; relatedTarget: HTMLElement; } export interface InputElementEvent extends Event { target: HTMLInputElement; relatedTarget: HTMLInputElement; }