package.dist.theming.getEffectiveStyle.d.ts Maven / Gradle / Ivy
import type UI5Element from "../UI5Element.js";
declare const getEffectiveStyle: (ElementClass: typeof UI5Element) => string;
export default getEffectiveStyle;
import type UI5Element from "../UI5Element.js";
declare const getEffectiveStyle: (ElementClass: typeof UI5Element) => string;
export default getEffectiveStyle;