gensx
Version:
`GenSX command line tools.
9 lines • 381 B
TypeScript
interface Props {
projectName?: string;
description?: string;
environmentName?: string;
yes?: boolean;
}
export declare function CreateProjectUI({ projectName: initialProjectName, description: initialDescription, environmentName: initialEnvironmentName, yes, }: Props): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=create.d.ts.map