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