UNPKG

sonner-native

Version:

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

8 lines (6 loc) 234 B
"use strict"; export function isToastAction(action) { return action?.onClick !== undefined && action?.label !== undefined; } /** @deprecated Use StableToastContextType & DynamicToastContextType */ //# sourceMappingURL=types.js.map