UNPKG

@senx/warpview

Version:
16 lines 518 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class Size { width: number; height: number; constructor(width: number, height: number); } export declare class SizeService { private debouncer; sizeChanged$: EventEmitter<Size>; constructor(); change(size: Size): void; static ɵfac: i0.ɵɵFactoryDeclaration<SizeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SizeService>; } //# sourceMappingURL=resize.service.d.ts.map