We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714e947 commit d171ab1Copy full SHA for d171ab1
src/types.ts
@@ -1,6 +1,6 @@
1
import { PropsWithChildren } from 'react';
2
3
-import { IClientOptions } from 'mqtt';
+import { IClientOptions } from 'precompiled-mqtt';
4
export interface WorkflowManagerProps extends PropsWithChildren {
5
brokerUrl: string;
6
options?: IClientOptions;
0 commit comments