UNPKG

krypton-vite-demo

Version:
3 lines (2 loc) 186 B
import { CarouselCaptionProps } from "./types"; export declare const CarouselCaption: import("react").MemoExoticComponent<({ children, ...props }: CarouselCaptionProps) => JSX.Element>;