UNPKG

@matt-dunn/react-wireframes

Version:

React component to annotate your components — useful for prototypes and proof of concepts

17 lines (14 loc) 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _withWireframeAnnotation = require("./withWireframeAnnotation"); Object.keys(_withWireframeAnnotation).forEach(function (key) { if (key === "default" || key === "__esModule") return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _withWireframeAnnotation[key]; } }); });