UNPKG

@iobroker/adapter-react-v5

Version:

React components to develop ioBroker interfaces with react.

3 lines (2 loc) 194 B
import { type JSXElementConstructor, type JSX } from 'react'; export declare function withWidth(): (WrappedComponent: JSXElementConstructor<any>) => (props: Record<string, any>) => JSX.Element;