diff --git a/src/components/Notification/definitions.ts b/src/components/Notification/definitions.ts index c1099de5..02e801ea 100644 --- a/src/components/Notification/definitions.ts +++ b/src/components/Notification/definitions.ts @@ -43,7 +43,7 @@ export type NotificationActionProps = { view?: ButtonProps['view']; icon?: IconData; text: string; - onClick?: () => void; + onClick?: (event: React.MouseEvent) => void; href?: string; target?: '_blank'; };