UNPKG

@varlet/ui

Version:

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

14 lines (13 loc) 152 B
const props = { errorMessage: { type: String, default: "" }, extraMessage: { type: String, default: "" } }; export { props };