restructure project, add claudemd
This commit is contained in:
5
web/runtime/@solidjs/router/dist/lifecycle.d.ts
vendored
Normal file
5
web/runtime/@solidjs/router/dist/lifecycle.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BeforeLeaveLifecycle, LocationChange } from "./types.js";
|
||||
export declare function createBeforeLeave(): BeforeLeaveLifecycle;
|
||||
export declare function saveCurrentDepth(): void;
|
||||
export declare function keepDepth(state: any): any;
|
||||
export declare function notifyIfNotBlocked(notify: (value?: string | LocationChange) => void, block: (delta: number | null) => boolean): () => void;
|
||||
Reference in New Issue
Block a user