@matt-dunn/react-wireframes
Version:
React component to annotate your components — useful for prototypes and proof of concepts
20 lines (16 loc) • 372 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WireframeProvider = void 0;
/** !
* Copyright (c) 2019, Matt Dunn
*
* @author Matt Dunn
*/
/* istanbul ignore file */
var WireframeProvider = function WireframeProvider(_ref) {
var children = _ref.children;
return children;
};
exports.WireframeProvider = WireframeProvider;