perf: table action support from /adapter/vxe-table

This commit is contained in:
xingyu4j
2025-05-19 18:12:41 +08:00
parent 52ae513e1c
commit 43a540ce32

View File

@@ -300,4 +300,5 @@ export type OnActionClickParams<T = Recordable<any>> = {
export type OnActionClickFn<T = Recordable<any>> = (
params: OnActionClickParams<T>,
) => void;
export * from '#/components/table-action';
export type * from '@vben/plugins/vxe-table';