Skip to content

Commit

Permalink
export NumberSize for ResizeCallback params (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyuandu authored Sep 17, 2020
1 parent f139cb6 commit 531bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface Size {
height: string | number;
}

interface NumberSize {
export interface NumberSize {
width: number;
height: number;
}
Expand Down

0 comments on commit 531bd70

Please sign in to comment.