UNPKG

@iobroker/adapter-react-v5

Version:

React components to develop ioBroker interfaces with react.

4 lines (3 loc) 152 B
import { type JSX } from 'react'; import { type IconsIconProps } from './types'; export declare function IconState(props: IconsIconProps): JSX.Element;