UNPKG

react-scroll-snap-anime-slider

Version:

A simple slider/carousel using css style scroll-snap and Popmotion.

8 lines (7 loc) 221 B
/** * Get style classname * * This will return 2 classnames, 1 has hash which have styles and * another just the classname for customization purpose */ export declare function ss(className: string): string[];