index.mjs 241 B

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