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

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, };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy