UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 163 B
const props = { name: [String, Number], title: String, icon: { type: String, default: "chevron-down" }, disabled: Boolean }; export { props };