12 lines
216 B
TypeScript
12 lines
216 B
TypeScript
|
// @ts-nocheck
|
||
|
// #ifndef UNI-APP-X && APP
|
||
|
// export * from './vue.ts'
|
||
|
export { exif } from './vue.ts'
|
||
|
// #endif
|
||
|
|
||
|
|
||
|
// #ifdef UNI-APP-X && APP
|
||
|
// export * from './uvue.uts'
|
||
|
export { exif } from './uvue.uts'
|
||
|
// #endif
|