UNPKG

239 BTypeScriptView Raw
1export interface ParallaxMethods {}
2
3export interface ParallaxEvents {}
4
5export interface ParallaxOptions {
6 /**
7 * Enable, if you want to use "parallaxed" elements inside of slider
8 *
9 * @default false
10 */
11 enabled?: boolean;
12}