Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-table/lib-commonjs/TableCellActions.js

29 lines
839 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
TableCellActions: function() {
return _index.TableCellActions;
},
renderTableCellActions_unstable: function() {
return _index.renderTableCellActions_unstable;
},
tableCellActionsClassNames: function() {
return _index.tableCellActionsClassNames;
},
useTableCellActionsStyles_unstable: function() {
return _index.useTableCellActionsStyles_unstable;
},
useTableCellActions_unstable: function() {
return _index.useTableCellActions_unstable;
}
});
const _index = require("./components/TableCellActions/index");