UNPKG

@chatui/core

Version:

The React library for Chatbot UI

11 lines 459 B
import _extends from "@babel/runtime/helpers/esm/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; var _excluded = ["children"]; import React from 'react'; export var HelpText = function HelpText(props) { var children = props.children, others = _objectWithoutProperties(props, _excluded); return /*#__PURE__*/React.createElement("div", _extends({ className: "HelpText" }, others), children); };