funcion/actualizaciones #48

Open
atasistro wants to merge 47 commits from funcion/actualizaciones into master
Showing only changes of commit b976826bf5 - Show all commits

10
resources/js/globals.d.ts vendored Normal file
View file

@ -0,0 +1,10 @@
declare global {
interface Window {
Vue: typeof Vue;
Event: InstanceType<typeof Vue>;
axios: typeof axios;
bulmaToast: {
toast: (options: any) => void;
};
}
}