We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3d8d2 commit 84b22c3Copy full SHA for 84b22c3
index.d.ts
@@ -1,4 +1,4 @@
1
-declare module 'windows-notification-state' {
+declare module '@stack-inc/windows-notification-state' {
2
export function getNotificationState(): QUERY_USER_NOTIFICATION_STATE | 'UNKNOWN_ERROR';
3
export function shQueryUserNotificationState(): number;
4
export type QUERY_USER_NOTIFICATION_STATE = 'QUNS_NOT_PRESENT' | 'QUNS_BUSY' | 'QUNS_RUNNING_D3D_FULL_SCREEN' | 'QUNS_PRESENTATION_MODE' | 'QUNS_ACCEPTS_NOTIFICATIONS' | 'QUNS_QUIET_TIME' | 'QUNS_APP';
0 commit comments