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) 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Fragment = void 0; const Fragment = props => { return props.children; }; exports.Fragment = Fragment;