UNPKG

@varlet/ui

Version:

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

20 lines (19 loc) 344 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { label: {}, value: {}, disabled: Boolean, ripple: { type: Boolean, default: true }, // internal start option: Object, childrenTrigger: Boolean, highlight: Boolean, onKeyArrowX: defineListenerProp() // internal end }; export { props };