@exadel/esl
Version:
Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components
10 lines (9 loc) • 381 B
TypeScript
import { ESLCarouselRenderer } from '../../core/esl-carousel.renderer';
export declare class ESLCarouselDummyRenderer extends ESLCarouselRenderer {
static is: string;
onAnimate: jest.Mock<any, any, any>;
onBeforeAnimate: jest.Mock<any, any, any>;
onAfterAnimate: jest.Mock<any, any, any>;
move: jest.Mock<any, any, any>;
commit: jest.Mock<any, any, any>;
}