@rcsb/rcsb-saguaro-3d
Version:
RCSB Molstar/Saguaro Web App
15 lines (14 loc) • 801 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RcsbFvCustomSequence = void 0;
const tslib_1 = require("tslib");
const jsx_runtime_1 = require("react/jsx-runtime");
const React = tslib_1.__importStar(require("react"));
const CustomView_1 = require("./SequenceViews/CustomView/CustomView");
class RcsbFvCustomSequence extends React.Component {
render() {
const config = this.props.config;
return ((0, jsx_runtime_1.jsx)(CustomView_1.CustomView, Object.assign({}, config, { structureViewer: this.props.structureViewer, componentId: this.props.componentId, stateManager: this.props.stateManager, title: this.props.title, subtitle: this.props.subtitle, unmount: this.props.unmount })));
}
}
exports.RcsbFvCustomSequence = RcsbFvCustomSequence;