@maskedeng-tom/ssrsx
Version:
server side renderer with tsx
9 lines (8 loc) • 367 B
TypeScript
import { VirtualChildren } from 'ssrsxjsx/jsx-runtime';
import { SsrsxFunctionContext } from 'ssrsxjsx/jsx-parser';
declare const Routes: ({ children, _ssrsxFunctionContext }: {
children?: VirtualChildren;
_ssrsxFunctionContext?: SsrsxFunctionContext | undefined;
}) => import("ssrsxjsx/jsx-runtime").VirtualElement;
export default Routes;
export { Routes };