UNPKG

cometchat-react-ui-kit2

Version:

CometChat UI Kit for React App

21 lines (19 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CometChatDividerStyle = void 0; var CometChatDividerStyle = function CometChatDividerStyle(props) { return { border: "none", width: props.style.width, borderTop: props.style.border, color: props.style.color // color: props.style.color, // width: props.style.width, // border: props.style.border, // height: props.style.height, // background: props.style.background, }; }; exports.CometChatDividerStyle = CometChatDividerStyle;