Create atomic design page template for master-detail views

This commit is contained in:
Konstantin Schaper
2023-09-06 10:00:00 +02:00
parent bf28b75941
commit fa536b9768
16 changed files with 622 additions and 378 deletions

View File

@@ -27,7 +27,7 @@ import classNames from "classnames";
type NotificationType = "primary" | "info" | "success" | "warning" | "danger" | "inherit";
type Props = {
type: NotificationType;
type?: NotificationType;
onClose?: () => void;
className?: string;
children?: ReactNode;