UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines (12 loc) 366 B
import { StyleProp, TextStyle } from "react-native"; /** * MentionTextStyle * Stores the styles for user mention. * @param textStyle: TextStyle * @param loggedInUserTextStyle: TextStyle */ export declare class MentionTextStyle { textStyle?: StyleProp<TextStyle>; loggedInUserTextStyle?: StyleProp<TextStyle>; constructor(props: MentionTextStyle); }