import { r as __name } from "./chunk-BGCRLu6H.js"; import { u as FabricReactElement, v as types_d_exports } from "./types-Bvn9oPwx.js"; import { TreeNode } from "@kubb/fabric-core"; import * as _kubb_fabric_core_plugins0 from "@kubb/fabric-core/plugins"; //#region src/plugins/reactPlugin.d.ts type Options = { stdout?: NodeJS.WriteStream; stdin?: NodeJS.ReadStream; stderr?: NodeJS.WriteStream; treeNode?: TreeNode; /** * Set this to true to always see the result of the render in the console(line per render) */ debug?: boolean; }; type ExtendOptions = { render(Fabric: FabricReactElement): Promise; renderToString(Fabric: FabricReactElement): Promise; waitUntilExit(): Promise; unmount(error?: Error | number | null): void; }; declare global { namespace Kubb { interface Fabric { render(Fabric: FabricReactElement): Promise; renderToString(Fabric: FabricReactElement): Promise; waitUntilExit(): Promise; } } } declare const reactPlugin: _kubb_fabric_core_plugins0.Plugin; //#endregion export { reactPlugin as n, Options as t }; //# sourceMappingURL=reactPlugin-DYRF45AW.d.ts.map