index.mjs 200 B

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