UNPKG

rasengan

Version:

The modern React Framework

7 lines (6 loc) 348 B
import { defineConfig } from './core/config/utils/define-config.js'; export * from './routing/index.js'; export { defineConfig }; export type { AppConfig, AppConfigFunction, AppConfigFunctionAsync, OptimizedAppConfig, } from './core/config/type.js'; export type { AppProps } from './core/index.js'; export type * from './server/build/manifest.js';