package.dist.locale.RTLAwareRegistry.d.ts Maven / Gradle / Ivy
import type UI5Element from "../UI5Element.js";
declare const markAsRtlAware: (klass: typeof UI5Element) => void;
declare const isRtlAware: (klass: typeof UI5Element) => boolean;
export { markAsRtlAware, isRtlAware, };