UNPKG

@dossierhq/design

Version:

The design system for Dossier.

7 lines (6 loc) 247 B
import { type ReactNode } from 'react'; interface NotificationContainerProps { children: ReactNode; } export declare function NotificationContainer({ children }: NotificationContainerProps): import("react/jsx-runtime").JSX.Element; export {};