UNPKG

vant

Version:

Mobile UI Components built on Vue

11 lines (10 loc) 241 B
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 };