MCPcopy
hub / github.com/Nutlope/self.so / LoadingFallbackProps

Interface LoadingFallbackProps

components/LoadingFallback.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import React from 'react';
3
4interface LoadingFallbackProps {
5 message: string;
6}
7
8const LoadingFallback: React.FC<LoadingFallbackProps> = ({ message }) => {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected