fix(notifiction): Complement duration missing type definition. (#9120)

pull/9108/head
Vic 7 years ago committed by Wei Zhu
parent 7d9a93e7ed
commit 7c7125b7fa

@ -104,7 +104,7 @@ export interface ArgsProps {
btn?: React.ReactNode;
key?: string;
onClose?: () => void;
duration?: number;
duration?: number | null;
icon?: React.ReactNode;
placement?: NotificationPlacement;
style?: React.CSSProperties;

Loading…
Cancel
Save