UNPKG

255 BJavaScriptView Raw
1import "./index-bar.css";
2import { attachPropertiesToComponent } from '../../utils/attach-properties-to-component';
3import { Panel } from './panel';
4import { IndexBar } from './index-bar';
5export default attachPropertiesToComponent(IndexBar, {
6 Panel
7});
\No newline at end of file