UNPKG

@iobroker/adapter-react-v5

Version:

React components to develop ioBroker interfaces with react.

4 lines (3 loc) 144 B
import React from 'react'; import type { IconPropsSVG } from './types'; export declare function Socket(props: IconPropsSVG): React.JSX.Element;