UNPKG

@o3r/testing

Version:

The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.

11 lines 450 B
import { DebugElement } from '@angular/core'; import type { MatSliderProfile } from '../../angular-materials'; import { O3rElement } from '../element'; import { O3rSliderElement } from '../elements'; /** * Implementation dedicated to angular / TestBed. */ export declare class MatSlider extends O3rSliderElement implements MatSliderProfile { constructor(sourceElement: DebugElement | O3rElement); } //# sourceMappingURL=slider-material.d.ts.map