Files
PartsInquiry/admin/node_modules/element-plus/lib/components/table-v2/src/header-cell.d.ts
2025-09-24 20:35:15 +08:00

14 lines
576 B
TypeScript

import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue';
export declare const tableV2HeaderCell: {
class: StringConstructor;
columnIndex: NumberConstructor;
column: {
readonly type: import("vue").PropType<import("./common").AnyColumn>;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
};
export type TableV2HeaderCell = ExtractPropTypes<typeof tableV2HeaderCell>;
export type TableV2HeaderCellPublic = __ExtractPublicPropTypes<typeof tableV2HeaderCell>;