Skip to content

Commit 40263a9

Browse files
authored
Update index.d.ts
1 parent 7e0908f commit 40263a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface MagicGridProps{
2121
/**
2222
* MagicGrid class
2323
*/
24-
declare class MagicGrid {
24+
export default class MagicGrid {
2525
/**
2626
* class constructor
2727
*

0 commit comments

Comments
 (0)