@figlinq/react-chart-editor
Version:
plotly.js chart editor react component UI
2 lines • 414 B
JavaScript
import PropTypes from"prop-types";import{jsx as _jsx}from"react/jsx-runtime";const SingleSidebarItem=_ref=>{let{children}=_ref;return Boolean(children)&&_jsx("div",{className:"sidebar__item--single",children:children})};export default SingleSidebarItem;SingleSidebarItem.plotly_editor_traits={sidebar_element:true};SingleSidebarItem.propTypes={children:PropTypes.any};
//# sourceMappingURL=SingleSidebarItem.js.map