Skip to content

Commit

Permalink
Add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 6, 2024
1 parent eb84616 commit 27610d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/helpers/Blocks/defaultBlocks.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export declare function getSimpleDefaultBlocks(initialBlocksConfig: string[]): any[];
export declare function getDefaultBlocks(initialBlocksConfig: object[]): any[];
1 change: 1 addition & 0 deletions types/helpers/Blocks/defaultBlocks.test.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};

0 comments on commit 27610d1

Please sign in to comment.