UNPKG

@safewaystore/native-ui

Version:

A awesome React Native UI by SafeWay Store.

12 lines (10 loc) 248 B
import { View } from 'react-native'; export type IProps = React.ComponentProps<typeof View> & { color?: string; disabled?: boolean; loading?: string | boolean; onPress?: () => void; rounded?: boolean; text?: string; };