index.mjs 254 B

12345678
  1. import { withInstall } from "../utils/index.mjs";
  2. import _ActionBarButton from "./ActionBarButton.mjs";
  3. const ActionBarButton = withInstall(_ActionBarButton);
  4. var stdin_default = ActionBarButton;
  5. export {
  6. ActionBarButton,
  7. stdin_default as default
  8. };