UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

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