index.ts 228 Bytes
// @ts-nocheck
// #ifdef UNI-APP-X
// export * from './uvue.uts'
export { selectAllComponent } from './uvue.uts'
// #endif

// #ifndef UNI-APP-X
// export * from './vue.ts'
export { selectAllComponent } from './vue.ts'
// #endif