yanzhen-design-vue
Version:
8 lines (7 loc) • 707 B
TypeScript
import { VxeTableProps } from '../vxe-table';
import { VxeTableColumnProps } from '../vxe-table-column';
export declare function handleAColumnProps(props: Record<string, any>): Record<string, any>;
export declare function handleElColumnProps(props: Record<string, any>): Record<string, any>;
export declare function handleVxeColumnProps(props: VxeTableColumnProps, tableRef?: any): VxeTableColumnProps;
export declare function handleVxeTableProps(props: Record<string, any>, tableRef: any, ...mergeArgs: Record<string, any>[]): Partial<VxeTableProps>;
export declare function handleVxeTableProps(props: Partial<VxeTableProps>, tableRef: any, ...mergeArgs: Partial<VxeTableProps>[]): Partial<VxeTableProps>;