Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Wrong type for ListSubHeaderProps.caption. Should be string instead of boolean.
  • Loading branch information
deniss-muhla authored Sep 2, 2016
1 parent f9d6d3b commit f37626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ interface ListSubHeaderProps extends __ReactToolbox.Props {
/**
* Text that will be displayed.
*/
caption?: boolean;
caption?: string;
/**
* Classnames object defining the component style.
*/
Expand Down

0 comments on commit f37626a

Please sign in to comment.