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.class.d.ts
6 lines
(5 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
import
StingBase
from
'./sting-base.class'
;
export
default
class
Sting
extends
StingBase
{
constructor
(
config
?: {}
);
notify
(
message
:
any
):
any
; }