UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

6 lines (5 loc) 273 B
import { ComponentProps } from 'react'; interface NotificationContentContainerProps extends ComponentProps<"div"> { } export declare const NotificationContentContainer: ({ className, ...props }: NotificationContentContainerProps) => import("react").JSX.Element; export {};