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

15 lines (14 loc) 295 B
declare const styles: { dividerContainer: { paddingTop: number; paddingBottom: number; zIndex: number; }; divider: { height: string; width: number; borderWidth: number; backgroundColor: string; }; }; export default styles;