Add isWidget prop to LayoutRenderer propTypes

pull/1608/head
Jared Scheib 2017-06-16 16:33:21 -07:00
parent 630db76b28
commit dfa4461099
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export const LayoutRenderer = React.createClass({
cells: arrayOf(
shape({
// isWidget cells will not have queries
isWidget: bool,
queries: arrayOf(
shape({
label: string,