@viktorvojtek/react-native-simple-components
Version:
Collection of essential UI components based on react-native components
10 lines (9 loc) • 526 B
TypeScript
import React from 'react';
import { TouchableOpacityProps as TouchableOpacityBaseProps, StyleProp, ViewStyle } from 'react-native';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
children?: React.ReactNode;
style?: StyleProp<ViewStyle>;
} & {
bgColor?: import("react-native").ColorValue | undefined;
} & import("../..").MarginProps & import("../..").PaddingProps & ViewStyle & Omit<TouchableOpacityBaseProps, "style"> & React.RefAttributes<unknown>>>;
export default _default;