UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

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