UNPKG

react-native-ios-utilities

Version:

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

6 lines 211 B
import * as React from 'react'; import { type ViewStyle } from 'react-native'; export declare const CardBody: React.FC<React.PropsWithChildren<{ style?: ViewStyle; }>>; //# sourceMappingURL=CardBody.d.ts.map