Skip to content

Commit

Permalink
Merge pull request #5956 from matuzalemsteles/alert-type
Browse files Browse the repository at this point in the history
fix(@clayui/alert): fixes missing exporting type
  • Loading branch information
matuzalemsteles authored Feb 27, 2025
2 parents 43ad725 + adc328b commit f9bd0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-alert/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export type DisplayType =
| 'success'
| 'warning';

interface IClayAlertProps
export interface IClayAlertProps
extends Omit<React.HTMLAttributes<HTMLDivElement>, 'role'> {
/**
* A React Component to render the alert actions.
Expand Down

0 comments on commit f9bd0f8

Please sign in to comment.