UNPKG

gensx

Version:
16 lines 345 B
import React from "react"; export interface CliOptions { input: string; wait: boolean; project?: string; env?: string; output?: string; yes?: boolean; } interface Props { workflowName: string; options: CliOptions; } export declare const RunWorkflowUI: React.FC<Props>; export {}; //# sourceMappingURL=run.d.ts.map