index.mjs 242 B

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