UNPKG

@inkline/paper

Version:

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

13 lines (10 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Fragment = void 0; const Fragment = (props, ...args) => { console.log(props, args); return props.children; }; exports.Fragment = Fragment;