UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 294 B
/** * External custom hook for managing notifications. */ export declare const useNotifications: () => { notificationsToggledOn: boolean; toggleNotifications: (active?: boolean) => Promise<void>; playNotificationSound: () => void; }; //# sourceMappingURL=useNotifications.d.ts.map