UNPKG

softlofy-rn-components

Version:

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

28 lines (27 loc) 483 B
export type TColors = { white: string; light_gray: string; black: string; slate: string; gray: string; zinc: string; neutral: string; stone: string; red: string; orange: string; amber: string; yellow: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; blue: string; indigo: string; violet: string; purple: string; fuchsia: string; pink: string; rose: string; };