UNPKG

@varlet/ui

Version:

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

17 lines (16 loc) 222 B
const props = { imageSize: [String, Number], type: { type: String, default: "success" }, title: String, description: String, animation: { type: Boolean, default: true } }; export { props };