UNPKG

@kiyasov/noty

Version:
15 lines (13 loc) 247 B
let notyInterface = { show: function() {}, on: function() {}, closeAll: function() {} }; export default function useNoty() { return { ...notyInterface, setInterface(newInterface) { notyInterface = newInterface; } }; }