UNPKG

@izzyjs/route

Version:

Use your AdonisJs routes in your Inertia.js application

8 lines (7 loc) 296 B
import type { PluginFn } from 'edge.js/types'; import type { SerializedRoute } from '../types/manifest.js'; type EdgePluginIzzyOptions = (routes: SerializedRoute[], config?: { baseUrl?: string; }) => PluginFn<undefined>; export declare const edgePluginIzzy: EdgePluginIzzyOptions; export {};