Skip to content
Snippets Groups Projects
Commit e89081e0 authored by Robbie Luijben's avatar Robbie Luijben
Browse files

Merge branch 'export-alertProps-type' into 'main'

parents c8b170f4 32f91928
No related branches found
No related tags found
1 merge request!48Export alertProps
Pipeline #78849 passed
...@@ -5,7 +5,7 @@ import Typography from "./Typography.tsx"; ...@@ -5,7 +5,7 @@ import Typography from "./Typography.tsx";
import { baseColorType } from "./utils/colors.ts"; import { baseColorType } from "./utils/colors.ts";
import { borderColor, textColor } from "./utils/classes.ts"; import { borderColor, textColor } from "./utils/classes.ts";
type AlertProps = { export type AlertProps = {
title: string; title: string;
message: string; message: string;
alertType?: baseColorType; alertType?: baseColorType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment