UNPKG

@maskedeng-tom/ssrsx

Version:
9 lines (8 loc) 367 B
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 };