MCPcopy Create free account
hub / github.com/dzcode-io/dzcode.io / DZCodeLoadingProps

Interface DZCodeLoadingProps

mobile/src/components/loading/index.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { dzcodeLoadingStyles } from "./styles";
4
5interface DZCodeLoadingProps {
6 style?: ImageStyle;
7}
8
9export const DZCodeLoading: FC<DZCodeLoadingProps> = ({ style }: DZCodeLoadingProps) => {
10 const [rotateAnimValue, setRotateAnimValue] = useState(new Animated.Value(0));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected