import type Animated from 'react-native-reanimated'; export interface BottomSheetHandleProps { /** * Current sheet position index. * @type Animated.Value */ animatedIndex: Animated.Node; /** * Current sheet position. * @type Animated.Value */ animatedPosition: Animated.Node; }