UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

16 lines (15 loc) 578 B
import { SkyBreakpoint } from '@skyux/core'; import * as i0 from "@angular/core"; /** * A controller to be injected into tests, which mocks the * `SkyMediaQueryService` and handles interactions with breakpoints. */ export declare class SkyMediaQueryTestingController { #private; /** * Emits the provided breakpoint to all subscribers. */ setBreakpoint(breakpoint: SkyBreakpoint): void; static ɵfac: i0.ɵɵFactoryDeclaration<SkyMediaQueryTestingController, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyMediaQueryTestingController>; }