Skip to content

Commit

Permalink
Merge pull request #2143 from gluestack/fix/alertText-typings
Browse files Browse the repository at this point in the history
fix: alertText component typing
  • Loading branch information
Viraj-10 authored May 9, 2024
2 parents 6efad72 + 8e66e52 commit 4a8a7ed
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 4a8a7ed

Please sign in to comment.