UNPKG

softlofy-rn-components

Version:

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

6 lines (4 loc) 95 B
import {ReactNode} from 'react'; export type ChildrenProps = { children: ReactNode; };