@frontify/fondue 12.0.0-beta.361 → 12.0.0-beta.363

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
@@ -14032,8 +14032,9 @@ export declare const useMemoizedId: (id?: string) => string;
14032
14032
 
14033
14033
  export declare const useRichTextEditorContext: () => RichTextEditorContextProps;
14034
14034
 
14035
- export declare const useToggleOverlay: (initialState?: boolean, { isBlockingModal }?: {
14035
+ export declare const useToggleOverlay: (initialState?: boolean, { isBlockingModal, callback }?: {
14036
14036
  isBlockingModal?: boolean | undefined;
14037
+ callback?: (() => void) | undefined;
14037
14038
  }) => [boolean, (value: boolean) => void];
14038
14039
 
14039
14040
  export declare const useTreeItem: (id: string) => {