| | |
| | | // biome-ignore lint: disable |
| | | export {} |
| | | declare global { |
| | | const AlipayExpandindirectSceneList: typeof import('./src/constants/enterpriseWallet')['AlipayExpandindirectSceneList'] |
| | | const AppLocalConfig: typeof import('./src/constants/app')['AppLocalConfig'] |
| | | const AppType: typeof import('./src/constants/app')['AppType'] |
| | | const AreaType: typeof import('./src/constants/enum')['AreaType'] |
| | |
| | | declare module 'vue' { |
| | | interface GlobalComponents {} |
| | | interface ComponentCustomProperties { |
| | | readonly AlipayExpandindirectSceneList: UnwrapRef<typeof import('./src/constants/enterpriseWallet')['AlipayExpandindirectSceneList']> |
| | | readonly AppLocalConfig: UnwrapRef<typeof import('./src/constants/app')['AppLocalConfig']> |
| | | readonly AppType: UnwrapRef<typeof import('./src/constants/app')['AppType']> |
| | | readonly AreaType: UnwrapRef<typeof import('./src/constants/enum')['AreaType']> |