UNPKG

@varlet/ui

Version:

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

14 lines (13 loc) 151 B
const props = { styleVars: { type: Object, default: () => ({}) }, tag: { type: String, default: "div" } }; export { props };