UNPKG

@exadel/esl

Version:

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

6 lines (5 loc) 175 B
import { ESLCarousel } from '../../core/esl-carousel'; export declare function createDummyCarousel(size: number): { $carousel: ESLCarousel; $slides: HTMLElement[]; };