UNPKG

mqtt-react-hooks

Version:

ReactJS library for Pub/Sub communication with an MQTT broker using Hooks

4 lines (3 loc) 190 B
/// <reference types="react" /> import { ConnectorProps } from './types'; export default function Connector({ children, brokerUrl, options, parserMethod, }: ConnectorProps): JSX.Element;