10 lines
155 B
TypeScript
10 lines
155 B
TypeScript
![]() |
// @ts-nocheck
|
||
|
// #ifndef APP-IOS || APP-ANDROID
|
||
|
export * from './vue.ts'
|
||
|
// #endif
|
||
|
|
||
|
|
||
|
// #ifdef APP-IOS || APP-ANDROID
|
||
|
export * from './uvue.ts'
|
||
|
// #endif
|