mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-28 07:39:50 +08:00
课程视频播放
This commit is contained in:
7
src/global.d.ts
vendored
Normal file
7
src/global.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export {};
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
$microWidgetProps: any; //全局变量名
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user