import { withInstall } from "../utils/index.mjs"; import _Card from "./Card.mjs"; const Card = withInstall(_Card); var stdin_default = Card; import { cardProps } from "./Card.mjs"; export { Card, cardProps, stdin_default as default };