Files
2026-05-01 21:01:19 +02:00

7 lines
246 B
TypeScript

import { ensureRuntimePluginSupport } from "./runtime-plugin-support-configure.js"
export { ensureRuntimePluginSupport }
export type { ReactRuntimePluginSupportOptions } from "./runtime-plugin-support-configure.js"
ensureRuntimePluginSupport()