@chaibuilder/sdk 3.0.4 → 3.0.5

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
@@ -618,8 +618,6 @@ export declare const useDarkMode: () => [boolean, Function];
618
618
  */
619
619
  export declare const useDuplicateBlocks: () => Function;
620
620
 
621
- export declare const useHiddenBlockIds: () => readonly [string[], (args_0: string[] | ((prev: string[]) => string[])) => void, (blockId: string) => void];
622
-
623
621
  /**
624
622
  *
625
623
  */