11 lines
157 B
TypeScript
11 lines
157 B
TypeScript
// @ts-nocheck
|
|
// #ifdef APP-IOS || APP-ANDROID
|
|
export * from './uvue.uts'
|
|
// #endif
|
|
|
|
|
|
|
|
// #ifndef APP-IOS || APP-ANDROID
|
|
export * from './vue.ts'
|
|
// #endif
|