Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
14
node_modules/oniguruma-to-es/dist/cjs/utils-ast.d.ts
generated
vendored
Normal file
14
node_modules/oniguruma-to-es/dist/cjs/utils-ast.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export function hasOnlyChild({ alternatives }: {
|
||||
alternatives: any;
|
||||
}, kidFn: any): any;
|
||||
export function isAlwaysNonZeroLength(node: any): any;
|
||||
export function isAlwaysZeroLength({ type }: {
|
||||
type: any;
|
||||
}): boolean;
|
||||
export function isConsumptiveGroup({ type }: {
|
||||
type: any;
|
||||
}): boolean;
|
||||
export function isLookaround({ type, kind }: {
|
||||
type: any;
|
||||
kind: any;
|
||||
}): boolean;
|
Reference in New Issue
Block a user