UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

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