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 23, 2018
1 parent af559e7 commit 1db61d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ export interface ResizableProps extends React.HTMLAttributes<HTMLDivElement> {
lockAspectRatio?: boolean | number,
lockAspectRatioExtraWidth?: number,
lockAspectRatioExtraHeight?: number,
handleWrapperStyle?: {
width: string | number,
height: string | number,
},
handleWrapperStyle?: React.CSSProperties,
handleWrapperClass?: string,
handleComponent?: HandleComponent,
}
Expand Down

0 comments on commit 1db61d4

Please sign in to comment.