仪表盘
版本库
文件存储
活动
搜索
登录
main
/
animationDemo
基于北京SDK的方案预演功能
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
功能添加
suerprisePlus
2024-06-13
28de79b44655118b1deffb5c9a8b06ec2904905b
[animationDemo.git]
/
src
/
shims-vue.d.ts
1
2
3
4
5
6
7
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module "particles.vue3";