declare global {
// 你的全局类型
}
import { PageConfig } from "@tarojs/taro";
declare global {
interface QyPageConfig extends PageConfig {}
}
参考:
https://www.cnblogs.com/sefaultment/p/10244685.html
declare global {
// 你的全局类型
}
import { PageConfig } from "@tarojs/taro";
declare global {
interface QyPageConfig extends PageConfig {}
}
参考:
https://www.cnblogs.com/sefaultment/p/10244685.html