5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
|
// @ts-nocheck
|
|||
|
// export * from '@/uni_modules/lime-animateIt'
|
|||
|
export function createAnimation() {
|
|||
|
console.error('当前环境不支持,请使用:lime-animateIt')
|
|||
|
}
|