UNPKG

@matt-dunn/react-wireframes

Version:

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

8 lines (7 loc) 353 B
/** ! * Copyright (c) 2019, Matt Dunn * * @author Matt Dunn */ import { ComponentType } from "react"; export declare const withWireframeAnnotation: <P>(WrappedComponent: string | import("react").ComponentClass<P, any> | import("react").FunctionComponent<P>) => string | import("react").ComponentClass<P, any> | import("react").FunctionComponent<P>;