ReferenceAPI Reference/@reckona/mreact-router/adapters/static@reckona/mreact-router/adapters/static3 public exports.FunctionFunctionexportStaticAppfunction exportStaticApp(options: StaticExportOptions): Promise<StaticExportResult>Exports prerendered app-router routes and client assets to a static filesystem directory. Only routes present in the built prerender manifest can be exported; the export directory is removed and recreated, and route paths are checked to prevent traversal outside it.InterfaceInterfaceStaticExportOptionsinterface StaticExportOptionsConfigures static export from a built app-router output directory.InterfaceStaticExportResultinterface StaticExportResultLists the routes written by a static app-router export.