@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 CHANGED
@@ -104,7 +104,7 @@ declare function AuthProvider({ children }: {
104
104
  children: React.ReactNode;
105
105
  }): JSX.Element;
106
106
 
107
- declare function Flows(): JSX.Element;
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 function Flows(): JSX.Element;
107
+ declare const Flows: () => JSX.Element;
108
108
 
109
109
  declare function SettingsSubNav(): JSX.Element;
110
110
  declare function Settings(): JSX.Element;