@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
14 lines • 328 B
JavaScript
/**
* MentionTextStyle
* Stores the styles for user mention.
* @param textStyle: TextStyle
* @param loggedInUserTextStyle: TextStyle
*/
export class MentionTextStyle {
textStyle;
loggedInUserTextStyle;
constructor(props) {
Object.assign(this, props);
}
}
//# sourceMappingURL=MentionTextStyle.js.map