Add js web stuff to landing page + documentation
This commit is contained in:
6
go/jsruntime/runtime/@solidjs/router/dist/routers/StaticRouter.d.ts
vendored
Normal file
6
go/jsruntime/runtime/@solidjs/router/dist/routers/StaticRouter.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { type BaseRouterProps } from "./components.js";
|
||||
import type { JSX } from "solid-js";
|
||||
export type StaticRouterProps = BaseRouterProps & {
|
||||
url?: string;
|
||||
};
|
||||
export declare function StaticRouter(props: StaticRouterProps): JSX.Element;
|
||||
Reference in New Issue
Block a user