UNPKG

sonner-native

Version:

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

10 lines (9 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isToastAction = isToastAction; function isToastAction(action) { return action?.onClick !== undefined; } //# sourceMappingURL=types.js.map