Skip to content

Commit adc328b

Browse files
fix(@clayui/alert): fixes missing exporting type
1 parent 43ad725 commit adc328b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clay-alert/src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export type DisplayType =
6262
| 'success'
6363
| 'warning';
6464

65-
interface IClayAlertProps
65+
export interface IClayAlertProps
6666
extends Omit<React.HTMLAttributes<HTMLDivElement>, 'role'> {
6767
/**
6868
* A React Component to render the alert actions.

0 commit comments

Comments
 (0)