Merge branch 'main' into example

This commit is contained in:
Soybean
2024-08-01 16:06:59 +08:00
15 changed files with 666 additions and 1828 deletions

View File

@@ -88,7 +88,7 @@ declare module "@elegant-router/types" {
/**
* custom route key
*/
*/
export type CustomRouteKey = Extract<
RouteKey,
| "root"
@@ -109,7 +109,7 @@ declare module "@elegant-router/types" {
/**
* the generated route key
*/
*/
export type GeneratedRouteKey = Exclude<RouteKey, CustomRouteKey>;
/**