UNPKG

@adonisjs/inertia

Version:

Official Inertia.js adapter for AdonisJS

8 lines (7 loc) 364 B
export { Inertia } from './src/inertia.ts'; export * as symbols from './src/symbols.ts'; export { InertiaHeaders } from './src/headers.ts'; export { indexPages } from './src/index_pages.ts'; export { defineConfig } from './src/define_config.js'; export { InertiaManager } from './src/inertia_manager.ts'; export { ServerRenderer } from './src/server_renderer.ts';