2026-03-31 20:40:16 +08:00
|
|
|
// Auto-generated stub — replace with real implementation
|
2026-04-01 01:00:10 +08:00
|
|
|
import type React from 'react';
|
|
|
|
|
|
2026-03-31 20:40:16 +08:00
|
|
|
export {};
|
2026-04-01 01:00:10 +08:00
|
|
|
export const NewInstallWizard: React.FC<{
|
|
|
|
|
defaultDir: string;
|
|
|
|
|
onInstalled: (dir: string) => void;
|
|
|
|
|
onCancel: () => void;
|
|
|
|
|
onError: (message: string) => void;
|
|
|
|
|
}> = (() => null);
|
|
|
|
|
export const computeDefaultInstallDir: () => Promise<string> = (() => Promise.resolve(''));
|