mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
7 lines
246 B
TypeScript
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()
|