UNPKG

@varlet/ui

Version:

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

24 lines (23 loc) 397 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { type: { type: String, default: "info" }, variant: { type: String, default: "standard" }, color: String, title: String, message: String, closeable: Boolean, elevation: { type: [Boolean, String, Number], default: false }, onClose: defineListenerProp() }; export { props };