Skip to content

Commit d87f283

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ export interface MagicGridProps{
1818
animate: boolean,
1919
}
2020

21+
export default MagicGrid;
22+
2123
/**
2224
* MagicGrid class
2325
*/
24-
export default class MagicGrid {
26+
declare class MagicGrid {
2527
/**
2628
* class constructor
2729
*

0 commit comments

Comments
 (0)