UNPKG
sting
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.2
0.0.1
0.0.0
Sting! Is a tiny lightweight, themable and highly customizable notification-popup.
sting
/
dist
/
sting-notification.class.d.ts
8 lines
(7 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
StingBase
from
'./sting-base.class'
;
export
default
class
StingNotification
extends
StingBase
{
constructor
(
config
:
any
);
enter
():
this
;
leave
():
this
;
private
setTimer; }