Skip to content

Commit

Permalink
🏷️ disabledDelay on DoNotificationWindowProps
Browse files Browse the repository at this point in the history
  • Loading branch information
castroCrea committed Apr 25, 2024
1 parent 17c1257 commit 449097e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ export interface DoNotificationWindowProps {
body: string;
url?: string;
width?: number;
disabledDelay?: boolean;
}
2 changes: 1 addition & 1 deletion dist/types.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ export interface DoNotificationWindowProps {
body: string
url?: string
width?: number
disabledDelay?: boolean
};

0 comments on commit 449097e

Please sign in to comment.