UNPKG

react-native-ios-utilities

Version:

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

9 lines 279 B
import * as React from 'react'; export declare function CardRowStepper(props: { title: string; subtitle?: string; value: number; stepperAmount: number; onValueChange: (value: number) => void; }): React.JSX.Element; //# sourceMappingURL=CardRowStepper.d.ts.map