UNPKG

@varlet/ui

Version:

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

17 lines (16 loc) 181 B
const props = { tag: { type: String, default: "div" }, locale: { type: String, default: "zh-CN" }, messages: { type: Object } }; export { props };