MCPcopy Create free account
hub / github.com/3eif/gitmotion / GourceProgressProps

Interface GourceProgressProps

website/src/components/gource-progress.tsx:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27];
28
29interface GourceProgressProps {
30 currentStep: ProgressStep;
31}
32
33export default function GourceProgress({ currentStep }: GourceProgressProps) {
34 const [progress, setProgress] = useState(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected