UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 317 B
import { INPUT } from '@botonic/core'; import type { CarouselProps } from './index-types'; export declare const Carousel: { (props: CarouselProps): import("react/jsx-runtime").JSX.Element; displayName: "Carousel"; serialize: (carouselProps: any) => { type: INPUT; elements: any; }; };