@chaibuilder/sdk 2.3.7 → 2.4.0

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/core.d.ts CHANGED
@@ -681,6 +681,8 @@ export declare const usePermissions: () => {
681
681
  */
682
682
  export declare const usePreviewMode: () => [boolean, Function];
683
683
 
684
+ export declare const useRemoveAllClassesForBlock: () => (block: ChaiBlock, undo?: boolean) => void;
685
+
684
686
  export declare const useRemoveBlocks: () => (blockIds: Array<string>) => void;
685
687
 
686
688
  export declare const useRemoveClassesFromBlocks: () => Function;