@chaibuilder/sdk 2.2.19 → 2.2.21

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
@@ -257,7 +257,9 @@ export declare interface ChaiBuilderEditorProps {
257
257
  /**
258
258
  * Get Block Async Props
259
259
  */
260
- getBlockAsyncProps?: (block: ChaiBlock) => Promise<{
260
+ getBlockAsyncProps?: (args: {
261
+ block: ChaiBlock;
262
+ }) => Promise<{
261
263
  [key: string]: any;
262
264
  }>;
263
265
  }