11 lines
277 B
JavaScript
11 lines
277 B
JavaScript
import { withInstall } from "../utils/index.mjs";
|
|
import _IndexBar from "./IndexBar.mjs";
|
|
const IndexBar = withInstall(_IndexBar);
|
|
var stdin_default = IndexBar;
|
|
import { indexBarProps } from "./IndexBar.mjs";
|
|
export {
|
|
IndexBar,
|
|
stdin_default as default,
|
|
indexBarProps
|
|
};
|