Skip to content

Commit

Permalink
Export Block class declaration (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTank authored Aug 15, 2023
1 parent 00cb8a9 commit 06ef318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface Effect {

export type Shape = [number, number, number, number, number, number];

declare class Block {
export declare class Block {
/**
* Constructor of a block
* @param type is the block numerical id
Expand Down

0 comments on commit 06ef318

Please # to comment.