UNPKG

react-native-wishlist

Version:
15 lines 501 B
import React from 'react'; import { ViewProps } from 'react-native'; export declare function getNextHandlerTag(): number; export declare const State: { readonly UNDETERMINED: 0; readonly FAILED: 1; readonly BEGAN: 2; readonly CANCELLED: 3; readonly ACTIVE: 4; readonly END: 5; }; export declare const Pressable: React.ForwardRefExoticComponent<ViewProps & { onPress: (item: any, rootItem: any) => void; } & React.RefAttributes<any>>; //# sourceMappingURL=Pressable.d.ts.map