Skip to content

Commit 9b42485

Browse files
committed
any->object.
1 parent 42270e8 commit 9b42485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@plotly/dash-test-components/src/components/StyledComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ StyledComponent.propTypes = {
1515
/**
1616
* The style
1717
*/
18-
style: PropTypes.any,
18+
style: PropTypes.object,
1919

2020
/**
2121
* The value to display

0 commit comments

Comments
 (0)