UNPKG

momentum-trail

Version:

Fully typed frontend route helper for Laravel apps

8 lines (7 loc) 204 B
import { App } from "vue"; export interface TrailPluginOptions { routes?: any; url?: string; absolute: boolean; } export declare const trail: (app: App, options?: TrailPluginOptions) => void;