UNPKG

softlofy-rn-components

Version:

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

5 lines (4 loc) 131 B
export type LoadingInitialValues = { isLoading: boolean; setIsLoading: (state: boolean, spinnerColor?: string) => void; };