init
This commit is contained in:
12
uni_modules/lime-shared/raf/index.ts
Normal file
12
uni_modules/lime-shared/raf/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// @ts-nocheck
|
||||
|
||||
// #ifdef UNI-APP-X && APP
|
||||
// export * from './uvue'
|
||||
export { raf, doubleRaf, cancelRaf } from './uvue'
|
||||
// #endif
|
||||
|
||||
|
||||
// #ifndef UNI-APP-X && APP
|
||||
// export * from './vue'
|
||||
export { raf, doubleRaf, cancelRaf } from './vue'
|
||||
// #endif
|
Reference in New Issue
Block a user