react-native-chating-ui-kit
Version:
CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly
17 lines • 535 B
JavaScript
export class LinkPreviewBubbleStyle {
backgroundColor;
titleFont;
titleColor;
subtitleFont;
subtitleColor;
childContainerStyle;
constructor(props) {
this.backgroundColor = props.backgroundColor;
this.titleFont = props.titleFont;
this.titleColor = props.titleColor;
this.subtitleFont = props.subtitleFont;
this.subtitleColor = props.subtitleColor;
this.childContainerStyle = props.childContainerStyle;
}
}
//# sourceMappingURL=LInkPreviewBubbleStyle.js.map