UNPKG

@varlet/ui

Version:

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

18 lines (17 loc) 236 B
const props = { type: { type: String, default: "circle" }, radius: [String, Number], size: { type: String, default: "normal" }, color: String, description: String, loading: Boolean }; export { props };