6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
export { }
|
|
declare global {
|
|
interface Window {
|
|
$microWidgetProps: any;//全局变量名
|
|
}
|
|
} |