ringcentral-widgets
Version:
RingCentral Integration Widget Library
13 lines (10 loc) • 352 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOOLTIP_LONG_DELAY_TIME = void 0;
// the delay time of text tooltip
var TOOLTIP_LONG_DELAY_TIME = 1000;
exports.TOOLTIP_LONG_DELAY_TIME = TOOLTIP_LONG_DELAY_TIME;
//# sourceMappingURL=toolTipDelayTime.js.map