Files
halo-plugin-friends/ui/env.d.ts
T
2026-03-15 23:33:02 +08:00

17 lines
290 B
TypeScript

/// <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;
}
}