initial commit
This commit is contained in:
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
@@ -9,6 +9,7 @@ interface Window {
|
||||
};
|
||||
};
|
||||
sendData?: (data: string) => void;
|
||||
openLink?: (url: string) => void;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user