Files
powerpoint-toolbox/node_modules/@fluentui/react-utilities/lib-commonjs/selection/index.js
T
2025-03-07 19:22:02 +01:00

12 lines
276 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "useSelection", {
enumerable: true,
get: function() {
return _useSelection.useSelection;
}
});
const _useSelection = require("./useSelection");