@mskcc/carbon-react
Version:
Carbon react components for the MSKCC DSM
19 lines (13 loc) • 397 B
JavaScript
/**
* MSKCC 2021, 2024
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var wrapComponent = require('../../tools/wrapComponent.js');
const TableActionList = wrapComponent["default"]({
name: 'TableActionList',
type: 'div',
className: prefix => `${prefix}--action-list`
});
var TableActionList$1 = TableActionList;
exports["default"] = TableActionList$1;