UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

3 lines (2 loc) 419 B
"use strict";const n=require("vue"),s=require("../../../presentation/icon/NeonIcon.vue.cjs.js"),u=n.defineComponent({name:"NeonToastContainer",components:{NeonIcon:s},props:{modelValue:{type:Array,required:!0},placement:{type:String,required:!0}},setup(e,{emit:t}){return{closeMessage:o=>{t("update:modelValue",e.modelValue.filter(r=>r.id!==o))}}}});module.exports=u; //# sourceMappingURL=NeonToastContainer.cjs.js.map