UNPKG

@varlet/ui

Version:

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

18 lines (17 loc) 348 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { elevation: { type: [Boolean, Number, String], default: false }, ripple: Boolean, radius: [Number, String], width: [Number, String], height: [Number, String], round: Boolean, inline: Boolean, onClick: defineListenerProp() }; export { props };