UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines (8 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checkHasInteractionPlugin = checkHasInteractionPlugin; function checkHasInteractionPlugin(instance) { return instance.setPointerCoordinate !== undefined; }