UNPKG

sonner-native

Version:

An opinionated toast component for React Native. A port of @emilkowalski's sonner.

9 lines 294 B
/** * Checks if a press event occurred near the close button area. * The x coordinate is relative to the gesture handler view. */ export declare const isPressNearCloseButton: ({ x, viewWidth, }: { x: number; viewWidth: number; }) => boolean; //# sourceMappingURL=press-utils.d.ts.map