dcc15bec4d596a695b226ed79d795ec20c042366c800949819429f9859734a081d16e03be09c70614bbbd35fdaaddec97fbac441a13e38e428fc21edab7578 576 B

12345678910111213
  1. import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue';
  2. export declare const tableV2HeaderCell: {
  3. class: StringConstructor;
  4. columnIndex: NumberConstructor;
  5. column: {
  6. readonly type: import("vue").PropType<import("./common").AnyColumn>;
  7. readonly required: false;
  8. readonly validator: ((val: unknown) => boolean) | undefined;
  9. __epPropKey: true;
  10. };
  11. };
  12. export type TableV2HeaderCell = ExtractPropTypes<typeof tableV2HeaderCell>;
  13. export type TableV2HeaderCellPublic = __ExtractPublicPropTypes<typeof tableV2HeaderCell>;