export type SlideDirection = 'next' | 'prev'; export interface Coords { pageX: number; pageY: number; }