feat(utils): support replaceTab. (#713)

This commit is contained in:
青菜白玉汤
2025-03-10 18:25:36 +08:00
committed by GitHub
parent 3e0076d466
commit be6080ba0f
3 changed files with 28 additions and 7 deletions

View File

@ -175,6 +175,12 @@ declare namespace App {
type RoutePath = import('@elegant-router/types').RoutePath;
type LastLevelRouteKey = import('@elegant-router/types').LastLevelRouteKey;
/** The router push options */
type RouterPushOptions = {
query?: Record<string, string>;
params?: Record<string, string>;
};
/** The global header props */
interface HeaderProps {
/** Whether to show the logo */