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