UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

21 lines (20 loc) 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messageProps = void 0; exports.messageProps = { icon: Function, type: { type: String, default: 'info' }, content: [String, Number, Function], showIcon: { type: Boolean, default: true }, closable: Boolean, keepAliveOnHover: Boolean, onClose: Function, onMouseenter: Function, onMouseleave: Function };