Skip to content

Commit

Permalink
update doc proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hanson committed Jan 10, 2017
1 parent d35419e commit cd924fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function MyListItem() {

| prop | type | default | description |
|---------------------------------|--------------|---------|-------------------------------------------------------------------------------------------|
| `children` | renderable | `null` | (optional) swipeable content |
| `children` | renderable | `null` | swipeable content |
| `leftContent` | renderable | `null` | (optional) left content visible during pull action |
| `rightContent` | renderable | `null` | (optional) right content visible during pull action |
| `leftButtons` | renderable[] | `null` | (optional) array of buttons, first being the innermost; ignored if `leftContent` present |
Expand Down

0 comments on commit cd924fc

Please sign in to comment.