()
| 11 | import { LoadingState } from './design-system/LoadingState.js'; |
| 12 | const DESKTOP_DOCS_URL = 'https://console.noumena.com/desktop'; |
| 13 | export function getDownloadUrl(): string { |
| 14 | return DESKTOP_DOCS_URL; |
| 15 | } |
| 16 | type DesktopHandoffState = 'checking' | 'prompt-download' | 'flushing' | 'opening' | 'success' | 'error'; |
| 17 | type Props = { |
| 18 | onDone: (result?: string, options?: { |