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