parent
f2994c8fcc
commit
d41d7a610c
|
@ -12,7 +12,7 @@ export type ContextSlots = {
|
|||
customFilterIcon?: (...args: any[]) => any;
|
||||
customFilterDropdown?: (...args: any[]) => any;
|
||||
// 兼容 2.x 的 columns slots 配置
|
||||
[key: string]: (...args: any[]) => any;
|
||||
[key: string]: ((...args: any[]) => any) | undefined;
|
||||
};
|
||||
|
||||
export type ContextProps = ComputedRef<ContextSlots>;
|
||||
|
|
Loading…
Reference in New Issue