@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
21 lines (20 loc) • 770 B
TypeScript
import type { IColumn } from '../table/types';
declare const _default: import("vue").DefineComponent<{
defaultValue: {
fileName: string;
fileType: string;
columns: IColumn[];
useStyle: number;
};
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", import("vue").PublicProps, Readonly<{
defaultValue: {
fileName: string;
fileType: string;
columns: IColumn[];
useStyle: number;
};
}> & Readonly<{
onClose?: ((...args: any[]) => any) | undefined;
onOk?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;