Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "ziggy-js", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Use your Laravel named routes in JavaScript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -173,1 +173,13 @@ /** | ||
): Router; | ||
/** | ||
* Ziggy's Vue plugin. | ||
*/ | ||
export const ZiggyVue: { | ||
install(app: any, options?: Config): void; | ||
}; | ||
/** | ||
* Ziggy's React hook. | ||
*/ | ||
export function useRoute(defaultConfig?: Config): typeof route; |
42206
219