MCPcopy
hub / github.com/danilowoz/react-content-loader / ContentLoader

Function ContentLoader

src/web/ContentLoader.tsx:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import Svg from './Svg'
5
6const ContentLoader: React.FC<IContentLoaderProps> = props =>
7 props.children ? <Svg {...props} /> : <Facebook {...props} />
8
9export default ContentLoader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…