MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / LoadingCircleProps

Interface LoadingCircleProps

src/components/common/LoadingCircle.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import clsx from "clsx";
3
4interface LoadingCircleProps {
5 className?: string;
6}
7
8const LoadingCircle: FC<LoadingCircleProps> = ({ className }) => {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected