13 lines
254 B
JavaScript
Vendored
13 lines
254 B
JavaScript
Vendored
import { s as store } from "./app-422355c4.js";
|
|
function useNotification({ title, message, variant, timeout }) {
|
|
return store.dispatch("notification/notify", {
|
|
title,
|
|
message,
|
|
variant,
|
|
timeout
|
|
});
|
|
}
|
|
export {
|
|
useNotification as u
|
|
};
|