UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

7 lines (6 loc) 290 B
import { NotificationProps } from './Notification'; interface NotificationLinkProps extends Omit<NotificationProps, "asChild"> { href: string; } export declare const NotificationLink: ({ notification, children, href, }: NotificationLinkProps) => import("react").JSX.Element; export {};