UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

8 lines (7 loc) 503 B
import type { Key } from '../interface'; export interface MeasureCellProps { columnKey: Key; onColumnResize: (key: Key, width: number) => void; } declare const _default: import("vue").DefineComponent<MeasureCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MeasureCellProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;