Skip to content

Commit

Permalink
Update index.d.ts (#26)
Browse files Browse the repository at this point in the history
fix wrong type for height and width in confettiConfig
  • Loading branch information
simon-holm committed Jun 27, 2020
1 parent 4e22531 commit e3f2414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import * as React from 'react';
interface ConfettiConfig {
angle?: number;
spread?: number;
width?: number;
height?: number;
width?: string;
height?: string;
duration?: number;
dragFriction?: number;
stagger?: number;
Expand Down

0 comments on commit e3f2414

Please sign in to comment.