Sha256: 58a66dcb46d0e5158a4ab2d9299235ebb432a8669a8455321495c144c894b53c

Contents?: true

Size: 321 Bytes

Versions: 10

Compression:

Stored size: 321 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

10 entries across 10 versions & 1 rubygems

Version Path
kaze-0.19.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.18.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.17.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.16.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.15.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.14.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.13.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.12.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.11.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts
kaze-0.10.0 stubs/inertia-vue-ts/app/javascript/types/global.d.ts