@mskcc/carbon-react
Version:
Carbon react components for the MSKCC DSM
15 lines (11 loc) • 305 B
JavaScript
/**
* MSKCC 2021, 2024
*/
import wrapComponent from '../../tools/wrapComponent.js';
const TableActionList = wrapComponent({
name: 'TableActionList',
type: 'div',
className: prefix => `${prefix}--action-list`
});
var TableActionList$1 = TableActionList;
export { TableActionList$1 as default };