UNPKG

react-native-ios-utilities

Version:

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

13 lines 380 B
import * as React from 'react'; /** * ``` * ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ * Label Value │ * └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ * ``` */ export declare function CardRowLabelDisplay(props: { label?: string; value?: string | number; }): React.JSX.Element; //# sourceMappingURL=CardRowLabelDisplay.d.ts.map