inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Export Vue's InertiaFormProps

Open Spice-King opened this issue 1 year ago • 0 comments

This is needed to solve type issues for a laravel/precognition PR that I'm creating. I blame Typescript for this, as for some reason, TS needs the type exported to be used as part of another packages exports, even indirectly, otherwise you can get TS error 4023. Precognition only does Vue 3, but also added it to Vue 2 for constancy reasons.

Spice-King avatar Nov 22 '23 21:11 Spice-King