UNPKG

sonner-native

Version:

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

6 lines (5 loc) 130 B
"use strict"; export function isToastAction(action) { return action?.onClick !== undefined; } //# sourceMappingURL=types.js.map