8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
![]() |
// @ts-nocheck
|
||
|
// #ifdef UNI-APP-X
|
||
|
export * from './uvue.uts'
|
||
|
// #endif
|
||
|
|
||
|
// #ifndef UNI-APP-X
|
||
|
export * from './vue.ts'
|
||
|
// #endif
|