UNPKG

storybook-framework-redwoodjs-vite

Version:

Storybook for RedwoodJS with Vite

11 lines 384 B
import type React from 'react'; import type { RouterProps } from '@redwoodjs/router/dist/router'; export * from '@redwoodjs/router/dist/index'; export declare const routes: { [routeName: string]: () => string; }; /** * This router populates the `routes.<pageName>()` utility object. */ export declare const Router: React.FC<RouterProps>; //# sourceMappingURL=MockRouter.d.ts.map