@devextreme/runtime
Version:
DevExtreme virtual DOM common components
10 lines (9 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UndefinedNativeElementRef = void 0;
var UndefinedNativeElementRef = /** @class */ (function () {
function UndefinedNativeElementRef() {
}
return UndefinedNativeElementRef;
}());
exports.UndefinedNativeElementRef = UndefinedNativeElementRef;