UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getToastIndex = getToastIndex; function getToastIndex(toasts, name) { return toasts.findIndex((toast) => toast.name === name); } //# sourceMappingURL=getToastIndex.js.map