UNPKG

@varlet/ui

Version:

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

14 lines (13 loc) 234 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { name: [String, Number], disabled: Boolean, ripple: { type: Boolean, default: true }, onClick: defineListenerProp() }; export { props };