sandeep-react-chatbotify
Version:
A modern React library for creating flexible and extensible chatbots.
13 lines • 481 B
TypeScript
/// <reference types="react" />
/**
* Internal custom hook for managing notifications.
*/
export declare const useNotificationInternal: () => {
unreadCount: number;
setUnreadCount: import("react").Dispatch<import("react").SetStateAction<number>>;
notificationsToggledOn: boolean;
toggleNotifications: () => Promise<void>;
playNotificationSound: () => void;
setUpNotifications: () => Promise<void>;
};
//# sourceMappingURL=useNotificationsInternal.d.ts.map