@@ -18,11 +18,11 @@ import CancelButton from './CancelButton';
18
18
export default class DropdownAlert extends Component {
19
19
static propTypes = {
20
20
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 ] ) ,
26
26
infoColor : PropTypes . string ,
27
27
warnColor : PropTypes . string ,
28
28
errorColor : PropTypes . string ,
0 commit comments