@mirantes-micro/foundation-design-system 1.0.53 → 1.0.54

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 CHANGED
@@ -450,6 +450,7 @@ declare const useApiGetPage: (slug?: string) => {
450
450
 
451
451
  declare function useSetChatVisibility(): {
452
452
  isChatVisible: boolean;
453
+ isToSendMessageToPage: boolean;
453
454
  };
454
455
 
455
456
  declare function ChatView(): React__default.JSX.Element;