UNPKG

react-modern-slider

Version:

A modern image carousel component built with react that supports boxes with different sizes. Demo: https://shamouni.github.io/shop-react

8 lines (7 loc) 199 B
import { ReactNode } from 'react'; type TProps = { children: ReactNode; delay?: number; }; export declare const Slider: (props: TProps) => import("react/jsx-runtime").JSX.Element; export {};