UNPKG
@rxdi/ui-components
Version:
latest (0.7.37)
0.7.37
0.7.36
0.7.35
0.7.34
0.7.33
0.7.32
0.7.31
0.7.30
0.7.29
0.7.28
0.7.27
0.7.26
0.7.25
0.7.24
0.7.23
0.7.22
0.7.21
0.7.20
0.7.19
0.7.18
0.0.1
UI Components for building graphql-server website
@rxdi/ui-components
/
hamburger
/
server
/
hamburger-controller.effect.d.ts
8 lines
(7 loc)
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PubSubService
}
from
'@rxdi/graphql-pubsub'
;
import
{
IHamburgerStatisticsType
}
from
'../../introspection'
;
export
declare
class
HamburgerControllerEffect
{
private
pubsub;
constructor
(
pubsub
:
PubSubService
);
clickHamburgerButtonAction
(
result
:
IHamburgerStatisticsType
):
void
; }