mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
Create atomic design page template for master-detail views
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user