@lifarl/react-scroll-snap-slider
Version:
A performant React Slider / Carousel Component with CSS Scroll Snapping, Intersection Observer and Accessibility.
7 lines (6 loc) • 495 B
TypeScript
import React from 'react';
export interface StyledNavWrapperProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
direction?: 'prev' | 'next';
}
export declare const StyledNavWrapper: React.MemoExoticComponent<React.ForwardRefExoticComponent<StyledNavWrapperProps & React.RefAttributes<HTMLButtonElement>>>;
export declare const StyledArrow: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>>;