UNPKG

@legendapp/motion

Version:
8 lines (7 loc) 260 B
import React from 'react'; import { PressableProps } from 'react-native'; export declare const ContextPressable: React.Context<{ pressed: boolean; hovered: boolean; }>; export declare function MotionPressable(props: PressableProps): React.JSX.Element;