); } } PreviewFrame.propTypes = { isPlaying: PropTypes.bool.isRequired, isTextOutputPlaying: PropTypes.bool.isRequired, textOutput: PropTypes.number.isRequired, setTextOutput: PropTypes.func.isRequired, content: PropTypes.string, htmlFile: PropTypes.shape({ content: PropTypes.string.isRequired }), files: PropTypes.array.isRequired, dispatchConsoleEvent: PropTypes.func, children: PropTypes.element, autorefresh: PropTypes.bool.isRequired, endSketchRefresh: PropTypes.func.isRequired, previewIsRefreshing: PropTypes.bool.isRequired, fullView: PropTypes.bool, setBlobUrl: PropTypes.func.isRequired }; export default PreviewFrame;