We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b0e7f commit da25da0Copy full SHA for da25da0
src/Drawer.js
@@ -32,9 +32,9 @@ export default class Drawer extends Component {
32
// Height of the visible teaser area at the bottom of the screen
33
teaserHeight: PropTypes.number,
34
// Content extra style
35
- contentStyle: PropTypes.Object,
+ contentStyle: PropTypes.object,
36
// Backdrop extra style
37
- backdropStyle: PropTypes.Object,
+ backdropStyle: PropTypes.object,
38
};
39
40
// Set default prop values
0 commit comments