UNPKG

@veltdev/react

Version:

Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.

8 lines (7 loc) 331 B
import { Notification, NotificationElement } from "@veltdev/types"; export declare function useNotificationUtils(): NotificationElement | undefined; export declare function useNotificationsData(): Notification[] | null; export declare function useUnreadNotificationsCount(): { forYou: number | null; all: number | null; };