UNPKG

vue-sidebar-menu

Version:
4 lines (3 loc) 291 B
export declare function activeRecordIndex(route: any, currentRoute: any): number; export declare function isSameRouteLocationParams(a: any, b: any): boolean; export declare function includesParams(outer: Record<string, string | string[]>, inner: Record<string, string | string[]>): boolean;