UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

1 lines 233 B
function expandThemeableProperties(e,r){if(!r)return e;for(var a,p=/var\(--([A-Z_-][A-Z0-9_-]*)\)/gim,n=e;a=p.exec(e);)a[1]&&(n=n.replace(a[0],r[a[1]]));return n===e?e:expandThemeableProperties(n,r)}export{expandThemeableProperties};