UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

17 lines (16 loc) 276 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { active: { type: [String, Number], default: 0 }, canSwipe: { type: Boolean, default: true }, loop: Boolean, "onUpdate:active": defineListenerProp() }; export { props };