UNPKG

@botonic/react

Version:

Build Chatbots using React

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