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.
2 parents 7caabfc + d171ab1 commit bfd2476Copy full SHA for bfd2476
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