@@ -18,11 +18,11 @@ import CancelButton from './CancelButton';
1818export default class DropdownAlert extends Component {
1919 static propTypes = {
2020 imageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
21- infoImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
22- warnImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
23- errorImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
24- successImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
25- cancelBtnImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
21+ infoImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number , PropTypes . object ] ) ,
22+ warnImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number , PropTypes . object ] ) ,
23+ errorImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number , PropTypes . object ] ) ,
24+ successImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number , PropTypes . object ] ) ,
25+ cancelBtnImageSrc : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number , PropTypes . object ] ) ,
2626 infoColor : PropTypes . string ,
2727 warnColor : PropTypes . string ,
2828 errorColor : PropTypes . string ,
0 commit comments