UNPKG

@inkline/paper

Version:

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

14 lines (10 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.h = void 0; var _vue = require("vue"); const h = (type, props, ...children) => { return (0, _vue.h)(type, props, ...children); }; exports.h = h;