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