MCPcopy Create free account
hub / github.com/dabbott/react-native-express / Example

Function Example

components/SpectacleSlideshow.tsx:9–11  ·  view source on GitHub ↗
(props: React.ComponentProps<typeof EditorConsole>)

Source from the content-addressed store, hash-verified

7import EditorConsole from './EditorConsole'
8
9const Example = (props: React.ComponentProps<typeof EditorConsole>) => (
10 <EditorConsole variant="slides" {...props} />
11)
12
13interface Props {
14 slides: Slide[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected