MCPcopy Create free account
hub / github.com/JunJD/alading / LoadingState

Interface LoadingState

src/components/ui/MultiStepLoader.tsx:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { motion } from "framer-motion";
3
4export interface LoadingState {
5 id: string;
6 text: string;
7 status: 'pending' | 'loading' | 'completed';
8}
9
10interface MultiStepLoaderProps {
11 steps?: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected