UNPKG
@addapptables/notifier
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.0.1
Material notifier library for angular
github.com/addapptables/notifier-ui
addapptables/notifier-ui
@addapptables/notifier
/
lib
/
strategies
/
strategy.d.ts
5 lines
(4 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
import
{
NotifierRef
}
from
'../notifier-ref'
;
export
interface
Strategy
{
newNotifier
(
notifierRef
:
NotifierRef
):
any
; }