perf: table action support from /adapter/vxe-table
This commit is contained in:
@@ -300,4 +300,5 @@ export type OnActionClickParams<T = Recordable<any>> = {
|
|||||||
export type OnActionClickFn<T = Recordable<any>> = (
|
export type OnActionClickFn<T = Recordable<any>> = (
|
||||||
params: OnActionClickParams<T>,
|
params: OnActionClickParams<T>,
|
||||||
) => void;
|
) => void;
|
||||||
|
export * from '#/components/table-action';
|
||||||
export type * from '@vben/plugins/vxe-table';
|
export type * from '@vben/plugins/vxe-table';
|
||||||
|
|||||||
Reference in New Issue
Block a user