Rocket.Chat.ReactNative/app/containers/MessageComposer/components/Gap.tsx

5 lines
122 B
TypeScript

import React from 'react';
import { View } from 'react-native';
export const Gap = () => <View style={{ width: 12 }} />;