UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 243 B
import React from 'react'; export interface NotificationsProps extends React.PropsWithChildren { className?: string; 'aria-label'?: string; } export declare const Notifications: React.FC<NotificationsProps>; export * from './context';