swiper
Version:
Most modern mobile touch slider and framework with hardware accelerated transitions
7 lines (6 loc) • 311 B
TypeScript
import type { SwiperOptions } from '../core/core.js';
export interface GetElementParamsResult {
params: SwiperOptions;
passedParams: Record<string, unknown>;
}
export declare function getParams(element: Element & Record<string, unknown>, propName?: string, propValue?: unknown): GetElementParamsResult;