UNPKG

@adonisjs/inertia

Version:

Official Inertia.js adapter for AdonisJS

9 lines (6 loc) 195 B
import { PluginFn } from 'edge.js/types'; /** * Register the Inertia tags and globals within Edge */ declare const edgePluginInertia: () => PluginFn<undefined>; export { edgePluginInertia };