1/* 2Version that is suitable for use in the context of serve-side rendering. 3*/ 4 5export * from "./register"; 6export * from "./types-ssr"; 7 8