UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

8 lines (7 loc) 288 B
import { ESLCarouselRenderer } from '../../core/esl-carousel.renderer'; export declare class ESLCarouselDummyRenderer extends ESLCarouselRenderer { static is: string; onAnimate: jest.Mock<any, any, any>; move: jest.Mock<any, any, any>; commit: jest.Mock<any, any, any>; }