UNPKG

@inkline/paper

Version:

Paper is a unified interface for defining components for Vue and React using a single code base.

12 lines (10 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Events = void 0; var Events; exports.Events = Events; (function (Events2) { Events2["onInputChange"] = "onInput"; })(Events || (exports.Events = Events = {}));