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

8 lines (7 loc) 230 B
import React from 'react'; export interface DividerProps { hide?: boolean; } declare function _Divider({ hide }: DividerProps): JSX.Element; export declare const Divider: React.MemoExoticComponent<typeof _Divider>; export {};