We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f050ebc commit afd0a22Copy full SHA for afd0a22
src/context/NotificationContext.tsx
@@ -1,7 +1,7 @@
1
import * as React from 'react';
2
import { Alert, AlertActionCloseButton, AlertGroup } from '@patternfly/react-core';
3
4
-// Notifications
+// Notifications Component
5
6
export type notificationType = 'success' | 'info' | 'warning' | 'danger' | 'default';
7
0 commit comments