UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

18 lines 598 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 = (0, Utilities_1.memoizeFunction)(function (className, isDragging) { return { root: (0, Styling_1.mergeStyles)(className, isDragging && { touchAction: 'none', selectors: { '& *': { userSelect: 'none', }, }, }), }; }); //# sourceMappingURL=DraggableZone.styles.js.map