9 lines
243 B
JavaScript
9 lines
243 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.selectSynchronisedTooltipState = selectSynchronisedTooltipState;
|
|
function selectSynchronisedTooltipState(state) {
|
|
return state.tooltip.syncInteraction;
|
|
} |