Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/table/src/h-helper.d.ts
2025-09-19 14:25:20 +08:00

14 lines
445 B
TypeScript

import type { TableColumnCtx } from './table-column/defaults';
import type { DefaultRow } from './table/defaults';
type Props = {
tableLayout: 'fixed' | 'auto';
columns?: TableColumnCtx<DefaultRow>[];
};
export declare function hColgroup(props: Props): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;
export declare namespace hColgroup {
var props: string[];
}
export {};