@rohitninawe/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
18 lines • 459 B
JavaScript
import { AIBaseStyle } from "../AIBaseStyle";
export class AIConversationSummaryStyle extends AIBaseStyle {
titleFont;
titleColor = "";
textFont;
textColor = "";
buttonTextColor = "";
buttonTextFont;
buttonBackground = "";
buttonBorderRadius;
buttonBorder;
closeIconTint = "";
constructor(props) {
super({});
Object.assign(this, props);
}
}
//# sourceMappingURL=AIConversationSummaryStyle.js.map