diff --git a/src/components/Alert.tsx b/src/components/Alert.tsx index 3457699282b1dbd6761fcda7b0e4220e94acdb5d..9042a5eda1c9206ddfab65eda96c5ab29ffea7f0 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;