Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Jun 9, 2018
1 parent 3366f75 commit ec3a4b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ export interface ResizableProps {
},
className?: string,
defaultSize?: {
width: string | number,
height: string | number,
width?: string | number,
height?: string | number,
},
size?: {
width: string | number,
height: string | number,
width?: string | number,
height?: string | number,
},
minWidth?: number | string,
minHeight?: number | string,
Expand Down

0 comments on commit ec3a4b6

Please sign in to comment.