swiper
Version:
Most modern mobile touch slider and framework with hardware accelerated transitions
21 lines (17 loc) • 379 B
TypeScript
export interface HistoryMethods {}
export interface HistoryEvents {}
export interface HistoryOptions {
/**
* Works in addition to hashnav or history to replace current url state with the
* new one instead of adding it to history
*
* @default false
*/
replaceState?: boolean;
/**
* Url key for slides
*
* @default 'slides'
*/
key?: string;
}