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

Interface Props

components/EditorConsole.tsx:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42interface Props {
43 variant?: 'slides'
44 width?: number
45 height?: number
46 code?: string
47 prelude?: string
48 modules?: WebPlayerProps['modules']
49 panes?: WebPlayerProps['panes']
50 workspaces?: WebPlayerProps['workspaces']
51}
52
53export default memo(
54 function EditorConsole({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected