UNPKG

@iobroker/adapter-react-v5

Version:

React components to develop ioBroker interfaces with react.

6 lines (5 loc) 171 B
import React from 'react'; import type { IconPropsSVG } from './types'; export declare function IconHome(props: IconPropsSVG & { isOn: boolean; }): React.JSX.Element;