Extendida interfaz de window
This commit is contained in:
parent
da4fd472ae
commit
b976826bf5
1 changed files with 10 additions and 0 deletions
10
resources/js/globals.d.ts
vendored
Normal file
10
resources/js/globals.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
declare global {
|
||||
interface Window {
|
||||
Vue: typeof Vue;
|
||||
Event: InstanceType<typeof Vue>;
|
||||
axios: typeof axios;
|
||||
bulmaToast: {
|
||||
toast: (options: any) => void;
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue