restructure project, add claudemd
This commit is contained in:
9
web/runtime/@solidjs/router/dist/routers/HashRouter.d.ts
vendored
Normal file
9
web/runtime/@solidjs/router/dist/routers/HashRouter.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { JSX } from "solid-js";
|
||||
import type { BaseRouterProps } from "./components.js";
|
||||
export declare function hashParser(str: string): string;
|
||||
export type HashRouterProps = BaseRouterProps & {
|
||||
actionBase?: string;
|
||||
explicitLinks?: boolean;
|
||||
preload?: boolean;
|
||||
};
|
||||
export declare function HashRouter(props: HashRouterProps): JSX.Element;
|
||||
Reference in New Issue
Block a user