UNPKG

@royyanbach-mhg-test/material-tailwind-react

Version:

@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.

22 lines 682 B
import type { prevArrow, nextArrow, navigation, autoplay, autoplayDelay, transition, loop, className } from "../../../types/components/carousel"; export interface CarouselStylesType { defaultProps?: { prevArrow?: prevArrow; nextArrow?: nextArrow; navigation?: navigation; autoplay?: autoplay; autoplayDelay?: autoplayDelay; transition?: transition; loop?: loop; className?: className; }; styles?: { base?: { carousel?: object; slide?: object; }; }; } export declare const carousel: CarouselStylesType; export default carousel; //# sourceMappingURL=index.d.ts.map