@livechat/platform-workflows 0.0.9 → 0.0.10
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2975 -2898
- package/dist/index.mjs +2519 -2431
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -104,7 +104,7 @@ declare function AuthProvider({ children }: {
|
|
|
104
104
|
children: React.ReactNode;
|
|
105
105
|
}): JSX.Element;
|
|
106
106
|
|
|
107
|
-
declare
|
|
107
|
+
declare const Flows: () => JSX.Element;
|
|
108
108
|
|
|
109
109
|
declare function SettingsSubNav(): JSX.Element;
|
|
110
110
|
declare function Settings(): JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ declare function AuthProvider({ children }: {
|
|
|
104
104
|
children: React.ReactNode;
|
|
105
105
|
}): JSX.Element;
|
|
106
106
|
|
|
107
|
-
declare
|
|
107
|
+
declare const Flows: () => JSX.Element;
|
|
108
108
|
|
|
109
109
|
declare function SettingsSubNav(): JSX.Element;
|
|
110
110
|
declare function Settings(): JSX.Element;
|