MCPcopy Create free account
hub / github.com/ethereum/node-crawler / LoaderProps

Interface LoaderProps

frontend/src/organisms/Loader.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Logo } from '../atoms/Logo';
4
5interface LoaderProps {
6 children: React.ReactNode;
7}
8
9export function Loader(props: LoaderProps) {
10 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected