UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

11 lines (10 loc) 484 B
import type { SegmentedControlProps } from './'; import { SegmentProps } from './segment'; import type { ColorValue } from 'react-native'; interface useSegmentedControlPresetProps extends SegmentedControlProps, Partial<SegmentProps> { segmentDividerWidth: number; segmentDividerColor: ColorValue; iconTintColor?: string; } declare const useSegmentedControlPreset: (props: SegmentedControlProps) => useSegmentedControlPresetProps; export default useSegmentedControlPreset;