UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Discord Chat](https://img.shields.io/discord/55794023

2 lines (1 loc) 310 B
import e from"primevue/toasteventbus";import{PrimeVueToastSymbol as o}from"primevue/usetoast";var r={install:r=>{const t={add:o=>{e.emit("add",o)},removeGroup:o=>{e.emit("remove-group",o)},removeAllGroups:()=>{e.emit("remove-all-groups")}};r.config.globalProperties.$toast=t,r.provide(o,t)}};export default r;