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.

13 lines (12 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eventValueMap = void 0; const eventValueMap = exports.eventValueMap = { input: e => e, blur: e => e.target.value, focus: e => e.target.value, mouseenter: e => e.target.value, mouseleave: e => e.target.value };