UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

5 lines 283 B
import { HTMLAttributes } from "react"; type CarouselLeftFadePropsT = HTMLAttributes<HTMLDivElement>; export declare function CarouselLeftFade({ style, ...p }: CarouselLeftFadePropsT): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CarouselLeftFade.d.ts.map