UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

18 lines 679 B
import * as React from 'react'; import { type StyleProp, type ViewStyle, type GestureResponderEvent } from 'react-native'; /** * ``` * ┌─────────────────────────────┐ * │ Title │ * │ Subtitle │ * └─────────────────────────────┘ * ``` */ export declare function CardButton(props: { style?: StyleProp<ViewStyle>; title: string; subtitle: string; onPress?: (event: GestureResponderEvent) => void; buttonColor?: string; }): React.JSX.Element; //# sourceMappingURL=CardButton.d.ts.map