UNPKG

@rxdi/ui-components

Version:

UI Components for building graphql-server website

8 lines (7 loc) 301 B
import { PubSubService } from '@rxdi/graphql-pubsub'; import { IHamburgerStatisticsType } from '../../introspection'; export declare class HamburgerControllerEffect { private pubsub; constructor(pubsub: PubSubService); clickHamburgerButtonAction(result: IHamburgerStatisticsType): void; }