UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 283 B
export function Carousel(props: MessageProps): JSX.Element; export namespace Carousel { export { serialize }; } declare function serialize(carouselProps: any): { type: INPUT; elements: any; }; import { INPUT } from "@botonic/core/lib/cjs/models/legacy-types"; export {};