UNPKG

softlofy-rn-components

Version:

A collection of commonly used components on React Native project developed by [Softlofy](https://softlofy.com/).

2 lines (1 loc) 79 B
export type TTextAlign = 'left' | 'right' | 'center' | 'justify' | undefined;