mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix(notifiction): Complement duration missing type definition. (#9120)
This commit is contained in:
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…
Reference in New Issue
Block a user