UNPKG

gensx

Version:
9 lines 381 B
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