From 32f91928871661b07904862730cbd8da24e06114 Mon Sep 17 00:00:00 2001 From: luijben <luijben@astron.nl> Date: Thu, 11 Apr 2024 09:43:05 +0200 Subject: [PATCH] feat: export alertProps --- src/components/Alert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Alert.tsx b/src/components/Alert.tsx index 3457699..9042a5e 100644 --- a/src/components/Alert.tsx +++ b/src/components/Alert.tsx @@ -5,7 +5,7 @@ import Typography from "./Typography.tsx"; import { baseColorType } from "./utils/colors.ts"; import { borderColor, textColor } from "./utils/classes.ts"; -type AlertProps = { +export type AlertProps = { title: string; message: string; alertType?: baseColorType; -- GitLab