UNPKG

@inkline/paper

Version:

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

5 lines (4 loc) 102 B
export const Fragment = (props, ...args) => { console.log(props, args); return props.children; };