2023-06-05 21:02:25 +08:00
|
|
|
declare module "@arco-design/web-vue/dist/arco-vue-icon"
|
2024-07-24 18:40:14 +08:00
|
|
|
declare module "vue-virtual-scroller"
|
|
|
|
|
declare module "*.vue" {
|
|
|
|
|
import { DefineComponent } from "vue"
|
|
|
|
|
const component: DefineComponent<{}, {}, any>
|
|
|
|
|
export default component
|
|
|
|
|
}
|
2024-09-04 20:06:26 +08:00
|
|
|
// 声明tinymce的min
|
|
|
|
|
declare module "tinymce/tinymce.min.js"
|