UNPKG

react-native-ios-utilities

Version:

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

16 lines 500 B
import * as React from 'react'; /** * ``` * ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ * Title ┌──┬─┐ * │ Subtitle └──┴─┘ │ * ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ * ``` */ export declare function CardRowSwitch(props: { title: string; subtitle?: string; value: boolean; onValueChange: (value: boolean) => void; }): React.JSX.Element; //# sourceMappingURL=CardRowSwitch.d.ts.map