mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
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;
|
|
} |