UNPKG

table-reuse

Version:

Common, reusable React UI components

4 lines 262 B
import { jsx as _jsx } from "react/jsx-runtime"; import { ActionButton } from "./ActionButton"; export const createButtons = (clickActions) => clickActions.map((btn, index) => _jsx(ActionButton, { config: btn }, index)); //# sourceMappingURL=createButtons.js.map