@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
27 lines (26 loc) • 825 B
TypeScript
import { CometChatTheme } from "../../../theme/type";
import { DeepPartial } from "../../helper/types";
export declare const Style: {
imageStyle: {};
buttonStyle: {};
buttonContainer: {
flex: number;
flexDirection: "row";
justifyContent: "space-between";
};
soundBarContainer: {
marginBottom: number;
flexDirection: "row";
};
timerContainer: {
flexDirection: "row";
alignItems: "center";
};
soundBar: {
width: number;
height: number;
borderRadius: number;
marginHorizontal: number;
};
};
export declare const getMediaRecorderStyle: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => DeepPartial<CometChatTheme["mediaRecorderStyle"]>;