index.mjs 250 B

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