Skip to content

Commit da5c5a0

Browse files
authored
Update index.d.ts
1 parent 1527737 commit da5c5a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { AxiosStatic } from "axios";
22
import { App } from "vue";
33

4-
export declare function VAxios(app: App): AxiosStatic;
54
declare module "@vue/runtime-core" {
65
export interface ComponentCustomProperties {
76
$http: AxiosStatic;

0 commit comments

Comments
 (0)