element-plus-jsx
Version:
基于 Element Plus 扩展 JSX 语法的组件库
37 lines (36 loc) • 1.1 kB
TypeScript
import type { PropType } from 'vue';
import type { TableColumn } from './types';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
data: {
type: ArrayConstructor;
default: () => any[];
};
plugins: {
type: PropType<any[]>;
default: () => any[];
};
columns: {
type: PropType<TableColumn[]>;
default: () => any[];
required: true;
};
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
data: {
type: ArrayConstructor;
default: () => any[];
};
plugins: {
type: PropType<any[]>;
default: () => any[];
};
columns: {
type: PropType<TableColumn[]>;
default: () => any[];
required: true;
};
}>> & Readonly<{}>, {
columns: TableColumn[];
data: unknown[];
plugins: any[];
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;