@matt-dunn/react-wireframes
Version:
React component to annotate your components — useful for prototypes and proof of concepts
17 lines (14 loc) • 398 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _WireframeContainer = require("./WireframeContainer");
Object.keys(_WireframeContainer).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _WireframeContainer[key];
}
});
});