UNPKG

@varlet/ui

Version:

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

15 lines (14 loc) 171 B
const props = { label: {}, value: {}, disabled: Boolean, ripple: { type: Boolean, default: true }, // internal option: Object }; export { props };