1.4.3原版

This commit is contained in:
anian
2026-03-15 23:33:02 +08:00
commit 54fb39d15c
135 changed files with 14156 additions and 0 deletions
Vendored
+16
View File
@@ -0,0 +1,16 @@
/// <reference types="unplugin-icons/types/vue" />
/// <reference types="@rsbuild/core/types" />
export {};
declare module "axios" {
export interface AxiosRequestConfig {
mute?: boolean;
}
}
declare module "vue" {
interface ComponentCustomProperties {
$formkit: any;
}
}