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

pull/110/MERGE
xingyu4j 2025-05-19 18:12:41 +08:00
parent 52ae513e1c
commit 43a540ce32
1 changed files with 1 additions and 0 deletions

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';