UNPKG
table-reuse
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Common, reusable React UI components
table-reuse
/
dist
/
components
/
createButtons.js
4 lines
•
262 B
JavaScript
View Raw
1
2
3
4
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