![JAR search and dependency download from the Maven repository](/logo.png)
plugins.Header.SimpleHeader.SidebarSwitcher.jsx Maven / Gradle / Ivy
import React from 'react'
import PropTypes from 'prop-types'
import classNames from 'classnames'
export function SidebarSwitcher({
defaultIcon,
toggledIcon,
sidebarOpen,
toggleSidebar,
}) {
return (
)
}
SidebarSwitcher.propTypes = {
defaultIcon: PropTypes.string,
toggledIcon: PropTypes.string,
sidebarOpen: PropTypes.bool,
toggleSidebar: PropTypes.func,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy