/**
* Checks if the Fabric renderer is installed in the current environment.
*
* @returns {boolean} `true` if Fabric is installed, otherwise `false`.
*/exportfunctionisFabricInstalled() {
// @ts-expect-errorreturnglobal?.nativeFabricUIManager != null;
}