perf: table action support from /adapter/vxe-table
parent
52ae513e1c
commit
43a540ce32
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue