UNPKG

@alexkang/react-native-dev-tools

Version:
10 lines (9 loc) 335 B
/// <reference types="react" /> import { Animated } from 'react-native'; declare const ToolHandle: ({ isRight, onPress, backgroundColor, translateX, }: { isRight: boolean; onPress: Function; backgroundColor: string; translateX?: Animated.AnimatedInterpolation | undefined; }) => JSX.Element; export default ToolHandle;