UNPKG

@matt-dunn/react-wireframes

Version:

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

8 lines (7 loc) 195 B
/** ! * Copyright (c) 2019, Matt Dunn * * @author Matt Dunn */ export { withWireframeAnnotation } from "./withWireframeAnnotation"; export { WireframeContainer } from "./WireframeContainer";