UNPKG

@k-link/notifications

Version:

Notification system based on Klink UI components

13 lines (11 loc) 335 B
function getAutoClose(autoClose, notificationAutoClose) { if (typeof notificationAutoClose === "number") { return notificationAutoClose; } if (notificationAutoClose === false || autoClose === false) { return false; } return autoClose; } export { getAutoClose as default }; //# sourceMappingURL=get-auto-close.js.map