Skip to content

Commit

Permalink
fix: alertText component typing
Browse files Browse the repository at this point in the history
  • Loading branch information
DaminiPandey committed May 9, 2024
1 parent 6efad72 commit 8e66e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unstyled/alert/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type IAlertComponentType<StyledAlert, StyledAlertText, StyledAlertIcon> =
React.RefAttributes<StyledAlert> & StyledAlert & InterfaceAlertProps
> & {
Text: React.ForwardRefExoticComponent<
React.RefAttributes<StyledAlertText & StyledAlertText>
React.RefAttributes<StyledAlertText> & StyledAlertText
>;
Icon: React.ForwardRefExoticComponent<
React.RefAttributes<StyledAlertIcon> & StyledAlertIcon
Expand Down

0 comments on commit 8e66e52

Please sign in to comment.