UNPKG

react-native-ios-utilities

Version:

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

18 lines 580 B
import * as React from 'react'; /** * ``` * ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ * .─────────────. * │ Title ( Pill Title ) │ * `─────────────' * │ Subtitle... │ * ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ * ``` */ export declare function CardTitle(props: { extraMarginTop?: number; title?: string; pillTitle?: string; subtitle?: string; }): React.JSX.Element; //# sourceMappingURL=CardTitle.d.ts.map