UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

7 lines (6 loc) 247 B
import type { ReactNode } from 'react'; export declare type NotificationProps = { children: ReactNode; intervalSeconds: number; }; export declare function Notification({ children, intervalSeconds }: NotificationProps): JSX.Element | null;