@rohitninawe/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
12 lines (11 loc) • 403 B
text/typescript
import { BaseStyleInterface, FontStyleInterface } from "../shared"
export interface MessageInformationStyleInterface extends BaseStyleInterface{
titleTextColor?: string,
titleTextFont?: FontStyleInterface,
readIconTint?: string,
deliveredIconTint?: string,
subtitleTextColor?: string,
subtitleTextFont?: FontStyleInterface,
dividerTint?: string,
sendIconTint?: string,
}