import { OutputProps } from "@alloy-js/core"; import { ExecutionContext, MetaConfig } from "@power-plant/core"; //#region src/core/components/output.d.ts interface OutputProps$1 = ExecutionContext> extends Omit { /** * The current execution context. */ context: TContext; /** * The current meta context. */ meta?: Record; /** * The current specification. */ spec?: TContext["spec"]; } /** * Output component for rendering the execution's output files via templates. */ declare function Output$1 = ExecutionContext>(props: OutputProps$1): import("@alloy-js/core").Children; //#endregion export { OutputProps$1 as n, Output$1 as t }; //# sourceMappingURL=output-BkpCCt7S.d.mts.map