UNPKG

springroll-container

Version:

The iframe controller for interacting with SpringRoll applications

14 lines (9 loc) 319 B
import { SliderPlugin } from '../base-plugins'; type LayersPluginOptions = { defaultValue?: number | string; }; export class LayersPlugin extends SliderPlugin { constructor(layersSliders?: string| HTMLElement, options: LayersPluginOptions) onLayerValueChange(e: Event): void; get LayerValueKey(): string; }