UNPKG
@pnotify/core
Version:
latest (5.2.0)
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
5.0.0-alpha.7
5.0.0-alpha.6
5.0.0-alpha.5
PNotify Core
github.com/sciactive/pnotify
sciactive/pnotify
@pnotify/core
/
Component.js
4 lines
(2 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
import
PNotify
from
'./index.svelte'
;
export
const
component
= (
...args
) =>
new
PNotify
(...args);