gensx
Version:
`GenSX command line tools.
15 lines • 424 B
TypeScript
export interface NewCommandOptions {
template?: string;
force: boolean;
skipLogin?: boolean;
skipIdeRules?: boolean;
ideRules?: string;
description?: string;
}
interface Props {
projectPath: string;
options: NewCommandOptions;
}
export declare function NewProjectUI({ projectPath, options }: Props): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=new.d.ts.map