We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ad725 commit adc328bCopy full SHA for adc328b
packages/clay-alert/src/index.tsx
@@ -62,7 +62,7 @@ export type DisplayType =
62
| 'success'
63
| 'warning';
64
65
-interface IClayAlertProps
+export interface IClayAlertProps
66
extends Omit<React.HTMLAttributes<HTMLDivElement>, 'role'> {
67
/**
68
* A React Component to render the alert actions.
0 commit comments