11 lines
138 B
TypeScript
11 lines
138 B
TypeScript
|
// @ts-nocheck
|
||
|
|
||
|
// #ifdef UNI-APP-X && APP
|
||
|
export * from './uvue'
|
||
|
// #endif
|
||
|
|
||
|
|
||
|
// #ifndef UNI-APP-X && APP
|
||
|
export * from './vue'
|
||
|
// #endif
|