mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Deepscan
This commit is contained in:
parent
e52ad1c8ac
commit
a27504e7bc
@ -5,7 +5,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
const withStyles = (themeFn) => (Comp) => Comp;
|
||||
const withStyles = () => (Comp) => Comp;
|
||||
|
||||
class Alert extends React.Component {
|
||||
render() {
|
||||
|
@ -13,6 +13,7 @@ const iconButton: FC<IProps> = function IconButton(props) {
|
||||
};
|
||||
|
||||
iconButton.propTypes = {
|
||||
// deepscan-disable-next-line
|
||||
color: PropTypes.string,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user