UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

19 lines 575 B
import { BaseStyle } from "../../shared"; export class CallLogDetailsStyle extends BaseStyle { titleFont; titleColor; closeIconTint; constructor({ titleFont, titleColor, closeIconTint, backgroundColor, border, borderRadius, height, width, }) { super({ backgroundColor, border, borderRadius, height, width, }); this.titleFont = titleFont; this.titleColor = titleColor; this.closeIconTint = closeIconTint; } } //# sourceMappingURL=CallLogDetailsStyle.js.map