import type { MessageWrapperStyle } from './types'; export const styles: MessageWrapperStyle = { messageWrapper: { flex: 1, }, };