MCPcopy Create free account
hub / github.com/Lightricks/LTX-Desktop / PythonSetupProps

Interface PythonSetupProps

frontend/components/PythonSetup.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useState, useEffect, useRef } from 'react'
2
3interface PythonSetupProps {
4 onReady: () => void
5}
6
7interface SetupProgress {
8 status: 'downloading' | 'extracting' | 'complete' | 'error'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected