UNPKG

react-native-unistyles

Version:
6 lines 295 B
import React from 'react'; import type { PressableProps as Props, View } from 'react-native'; export declare const Pressable: React.ForwardRefExoticComponent<Props & { variants?: Record<string, string | boolean>; } & React.RefAttributes<View>>; //# sourceMappingURL=Pressable.native.d.ts.map