UNPKG

ngx-date-fns-tz

Version:
9 lines (8 loc) 250 B
import { ChangeDetectorRef } from '@angular/core'; export declare class MockChangeDetectorRef implements ChangeDetectorRef { markForCheck(): void; detach(): void; detectChanges(): void; checkNoChanges(): void; reattach(): void; }