UNPKG

@varlet/ui

Version:

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

17 lines (16 loc) 233 B
const props = { fullWidth: { type: [Number, String], default: "100%" }, scrollerHeight: { type: [Number, String] }, elevation: { type: [Boolean, Number, String], default: true } }; export { props };