| 40 | } |
| 41 | |
| 42 | interface 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 | |
| 53 | export default memo( |
| 54 | function EditorConsole({ |
nothing calls this directly
no outgoing calls
no test coverage detected