diff --git a/packages/unstyled/alert/src/types.ts b/packages/unstyled/alert/src/types.ts index 3dda080817..d42c654199 100644 --- a/packages/unstyled/alert/src/types.ts +++ b/packages/unstyled/alert/src/types.ts @@ -9,7 +9,7 @@ export type IAlertComponentType = React.RefAttributes & StyledAlert & InterfaceAlertProps > & { Text: React.ForwardRefExoticComponent< - React.RefAttributes + React.RefAttributes & StyledAlertText >; Icon: React.ForwardRefExoticComponent< React.RefAttributes & StyledAlertIcon