UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

14 lines (13 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports[Symbol.toStringTag] = "Module"; const Enter = { key: "Enter", code: "Enter" }; const Backspace = { key: "Backspace", code: "Backspace" }; exports.Backspace = Backspace; exports.Enter = Enter;