All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.getEffectiveContentDensity.js Maven / Gradle / Ivy

const GLOBAL_CONTENT_DENSITY_CSS_VAR = "--_ui5_content_density";
const getEffectiveContentDensity = (el) => getComputedStyle(el).getPropertyValue(GLOBAL_CONTENT_DENSITY_CSS_VAR);
export default getEffectiveContentDensity;
//# sourceMappingURL=getEffectiveContentDensity.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy