index.mjs 259 B

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