UNPKG

@matt-dunn/react-wireframes

Version:

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

10 lines (9 loc) 555 B
/** ! * Copyright (c) 2019, Matt Dunn * * @author Matt Dunn */ import { ReactNode } from "react"; export declare const WireframeProvider: ({ children }: { children: ReactNode | ReactNode[]; }) => string | number | boolean | {} | import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, string | any | (new (props: any) => import("react").Component<any, any, any>)>) | (new (props: any) => import("react").Component<any, any, any>)> | import("react").ReactNodeArray | import("react").ReactPortal | ReactNode[];