Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Mar 4, 2018
1 parent ad90f20 commit a6ab5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -225,9 +225,9 @@ type ResizeCallback = (

Calls when resizable component resize stop.

## method
## Instance API

#### `updateSize(object size)`
#### `updateSize(size: { width: number | string, height: number | string }): void`

Update component size.
`grid` ,`max/minWidth`, `max/minHeight` props is ignored, when this method called.
Expand Down

0 comments on commit a6ab5bd

Please sign in to comment.