UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

18 lines 588 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getClassNames = void 0; var Utilities_1 = require("../../Utilities"); var Styling_1 = require("../../Styling"); exports.getClassNames = Utilities_1.memoizeFunction(function (className, isDragging) { return { root: Styling_1.mergeStyles(className, isDragging && { touchAction: 'none', selectors: { '& *': { userSelect: 'none', }, }, }), }; }); //# sourceMappingURL=DraggableZone.styles.js.map