restructure project, add claudemd
This commit is contained in:
9
web/runtime/@solidjs/router/dist/data/events.d.ts
vendored
Normal file
9
web/runtime/@solidjs/router/dist/data/events.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { RouterContext } from "../types.js";
|
||||
type NativeEventConfig = {
|
||||
preload?: boolean;
|
||||
explicitLinks?: boolean;
|
||||
actionBase?: string;
|
||||
transformUrl?: (url: string) => string;
|
||||
};
|
||||
export declare function setupNativeEvents({ preload, explicitLinks, actionBase, transformUrl }?: NativeEventConfig): (router: RouterContext) => void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user