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

package.dist.updateShadowRoot.d.ts Maven / Gradle / Ivy

import type UI5Element from "./UI5Element.js";
/**
 * Updates the shadow root of a UI5Element or its static area item
 * @param element
 */
declare const updateShadowRoot: (element: UI5Element) => void;
export default updateShadowRoot;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy