import { withInstall } from '../utils'; import _IndexBar from './IndexBar'; const IndexBar = withInstall(_IndexBar); export default IndexBar; export { IndexBar };