pulse-ui-client 0.1.39 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -222,7 +222,7 @@ declare function PulseView({
|
|
|
222
222
|
externalComponents,
|
|
223
223
|
path,
|
|
224
224
|
cssModules
|
|
225
|
-
}: PulseViewProps): string | number | bigint | boolean |
|
|
225
|
+
}: PulseViewProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react0.ReactPortal | react0.ReactElement<unknown, string | react0.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime0.JSX.Element | null | undefined;
|
|
226
226
|
//#endregion
|
|
227
227
|
//#region src/client.d.ts
|
|
228
228
|
interface SocketIODirectives {
|