Interface WallCarouselBase

interface WallCarouselBase {
    carousel_offset: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

carousel_offset: number

Index of current carousel element

Generated using TypeDoc