Searched refs:componentFullName (Results 1 – 1 of 1) sorted by relevance
18 function getComponentClassName(componentFullName) { argument19 const classParts = componentFullName.split('.');22 return componentFullName;