export classes from transparency.js

This commit is contained in:
Philipp Unger
2023-08-13 23:56:26 +02:00
parent 59bc598566
commit 204f33eb70

View File

@@ -27,7 +27,7 @@ import * as Proximity from './proximity.js';
import * as Utils from './utils.js';
import {SETTINGS} from './extension.js';
var DynamicTransparency = class {
export var DynamicTransparency = class {
constructor(dtpPanel) {
this._dtpPanel = dtpPanel;