ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
51 lines (50 loc) • 1.65 kB
TypeScript
declare const _default: import('vue').DefineComponent<{
column: {
type: globalThis.PropType<import('index').TableCol<any>>;
default: () => {};
};
size: {
type: globalThis.PropType<"" | "small" | "default" | "large">;
default: string;
};
tableProps: {
type: globalThis.PropType<import('./props').ITableProps>;
default: () => {};
};
columnIndex: {
type: NumberConstructor;
};
columnsLength: {
type: NumberConstructor;
default: number;
};
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:data" | "radio-change")[], "update:data" | "radio-change", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
column: {
type: globalThis.PropType<import('index').TableCol<any>>;
default: () => {};
};
size: {
type: globalThis.PropType<"" | "small" | "default" | "large">;
default: string;
};
tableProps: {
type: globalThis.PropType<import('./props').ITableProps>;
default: () => {};
};
columnIndex: {
type: NumberConstructor;
};
columnsLength: {
type: NumberConstructor;
default: number;
};
}>> & {
"onRadio-change"?: ((...args: any[]) => any) | undefined;
"onUpdate:data"?: ((...args: any[]) => any) | undefined;
}, {
size: "" | "small" | "default" | "large";
column: import('index').TableCol<any>;
tableProps: import('./props').ITableProps;
columnsLength: number;
}, {}>;
export default _default;