classBindingUtil {
constructor(editor) {
this.editor = editor;
}
static props;
static migrations;
/**
* The type of the binding util, which should match the binding's type.
*
* @public
*/statictype;
}
export {
BindingUtil
};
//# sourceMappingURL=BindingUtil.mjs.map