Browse Source

Fix notification type, close #7073

pull/7089/head
afc163 7 years ago
parent
commit
59e219e138
  1. 2
      components/notification/index.tsx

2
components/notification/index.tsx

@ -54,7 +54,7 @@ export interface ArgsProps {
placement?: notificationPlacement; placement?: notificationPlacement;
style?: string; style?: string;
className?: string; className?: string;
type: string; type?: string;
} }
export interface ConfigProps { export interface ConfigProps {

Loading…
Cancel
Save