UNPKG

@inkline/paper

Version:

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

12 lines (9 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.h = void 0; const h = (type, props, children) => { return null; }; exports.h = h;