mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-20 15:02:43 +08:00
8 lines
102 B
TypeScript
8 lines
102 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
$microWidgetProps: any; //全局变量名
|
|
}
|
|
}
|