UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

9 lines (8 loc) 289 B
import { ComponentProps } from 'react'; interface NotificationMessageProps extends ComponentProps<"p"> { } /** * Main content of the notification. */ export declare const NotificationMessage: ({ className, ...props }: NotificationMessageProps) => import("react").JSX.Element; export {};