UNPKG
@teamix/pro-action
Version:
beta (2.0.0-beta.1)
latest (2.0.0-beta.1)
2.0.0-beta.1
action组件
@teamix/pro-action
/
es
/
drawer-table.js
7 lines
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ useDialogTableAction }
from
"./dialog-table"
;
export
function
useDrawerTableAction
(
action, context
) {
return
useDialogTableAction
(
Object
.
assign
({
dialogType
:
'drawer'
}, action), context); }
export
default
useDrawerTableAction;