UNPKG

vue-di-kit

Version:
8 lines (7 loc) 168 B
import Vue from "vue"; export interface RoutingOptions { path?: string | Array<string>; paths?: Array<string>; name?: string; component?: typeof Vue; }