Skip to content

Commit

Permalink
updating index.ts module declaration scope to 'vue' due to issue OneS…
Browse files Browse the repository at this point in the history
  • Loading branch information
cepicdalim committed Oct 4, 2024
1 parent 2651964 commit 097a096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function addSDKScript() {
}
/* T Y P E D E C L A R A T I O N S */

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface ComponentCustomProperties {
$OneSignal: IOneSignalOneSignal;
}
Expand Down

0 comments on commit 097a096

Please sign in to comment.