UNPKG

@matt-dunn/react-wireframes

Version:

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

21 lines (18 loc) 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "withWireframeAnnotation", { enumerable: true, get: function get() { return _withWireframeAnnotation.withWireframeAnnotation; } }); Object.defineProperty(exports, "WireframeContainer", { enumerable: true, get: function get() { return _WireframeContainer.WireframeContainer; } }); var _withWireframeAnnotation = require("./withWireframeAnnotation"); var _WireframeContainer = require("./WireframeContainer");