Sha256: 203dcbbbc544935570d54794c12ecbe3f443917e5b5fcd7ef88a3807466a4f6c

Contents?: true

Size: 335 Bytes

Versions: 9

Compression:

Stored size: 335 Bytes

Contents

import { PageProps as InertiaPageProps } from '@inertiajs/core';
import { AxiosInstance } from 'axios';
import { PageProps as AppPageProps } from './';

declare global {
    interface Window {
        axios: AxiosInstance;
    }
}

declare module '@inertiajs/core' {
    interface PageProps extends InertiaPageProps, AppPageProps {}
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kaze-0.9.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.8.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.7.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.6.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.5.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.4.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.3.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.2.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.1.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts