@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
18 lines (17 loc) • 739 B
TypeScript
import type { IColumn, IRecord, ISelectionType } from '../table/types';
declare const _default: import("vue").DefineComponent<{
selectionKeys: (string | number)[];
column: IColumn & {
type?: ISelectionType | undefined;
};
record: IRecord<any>;
rowKey: string | number;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
selectionKeys: (string | number)[];
column: IColumn & {
type?: ISelectionType | undefined;
};
record: IRecord<any>;
rowKey: string | number;
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;