stremio-web/src/common/useNotifications.d.ts
2024-10-07 12:17:33 +02:00

2 lines
78 B
TypeScript

declare const useNotifcations: () => Notifications;
export = useNotifcations;