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