UNPKG

react-native-resegmented-control

Version:

A fully customizable, declarative component that mimics the design of UISegmentedControl from iOS 13. Supported on iOS and Android

6 lines (5 loc) 205 B
/// <reference types="react" /> export declare const SegmentedContext: import("react").Context<{ selectedName: string | null | undefined; onChange: ((name: string) => void) | undefined; } | null>;