Searches for HTML elements with the data-me-ref attribute within a root element. Returns an object whose keys are the attribute values and whose values are the corresponding HTML elements. Supports dot-separated keys for nested objects and automatically converts to arrays when multiple elements share the same ref.
Import
import {utils} from 'metronic-extension';
const {resolveRefs} = utils;