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

5 lines
122 B
TypeScript
Raw Normal View History

2024-01-25 14:11:07 +00:00
import React from 'react';
import { View } from 'react-native';
export const Gap = () => <View style={{ width: 12 }} />;