MCPcopy
hub / github.com/pmndrs/react-spring / BaseDemoProps

Interface BaseDemoProps

packages/parallax/test/src/App.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import './App.css'
5
6interface BaseDemoProps {
7 horizontal?: boolean
8}
9
10const BaseDemo = ({ horizontal = false }: BaseDemoProps) => {
11 const parallax = useRef<IParallax>(null)

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…