UNPKG

unplugin-react-inspector

Version:

A plugin to improve the happiness index of react development

5 lines (4 loc) 237 B
/// <reference types="react" /> import { InspectorOptions } from "../types"; declare const InspectorOverlay: import("react").MemoExoticComponent<(props: InspectorOptions) => import("react").JSX.Element>; export default InspectorOverlay;