feat: update TableAction

This commit is contained in:
XIE7654
2025-10-10 20:41:12 +08:00
parent 112c0dd3bc
commit 969be9904c
14 changed files with 442 additions and 85 deletions

View File

@@ -285,4 +285,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';