8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
import { withInstall } from '../utils';
|
|
import _IndexBar from './IndexBar';
|
|
|
|
const IndexBar = withInstall<typeof _IndexBar>(_IndexBar);
|
|
|
|
export default IndexBar;
|
|
export { IndexBar };
|