UNPKG

@chatui/core

Version:

The React library for Chatbot UI

11 lines 281 B
import React from 'react'; export var CarouselItem = function CarouselItem(props) { var width = props.width, children = props.children; return /*#__PURE__*/React.createElement("div", { className: "Carousel-item", style: { width: width } }, children); };