@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
55 lines (54 loc) • 1.51 kB
TypeScript
import { PropType } from 'vue';
import { ColumnWithKey, TableRowState } from './symbol';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
row: {
type: PropType<TableRowState>;
default: () => {};
};
rowIndex: {
type: NumberConstructor;
default: number;
};
column: {
type: PropType<ColumnWithKey>;
default: () => {};
};
colIndex: {
type: NumberConstructor;
default: number;
};
fixed: {
type: PropType<"left" | "right" | undefined>;
default: null;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
row: {
type: PropType<TableRowState>;
default: () => {};
};
rowIndex: {
type: NumberConstructor;
default: number;
};
column: {
type: PropType<ColumnWithKey>;
default: () => {};
};
colIndex: {
type: NumberConstructor;
default: number;
};
fixed: {
type: PropType<"left" | "right" | undefined>;
default: null;
};
}>> & Readonly<{}>, {
fixed: "right" | "left" | undefined;
row: TableRowState;
column: ColumnWithKey;
colIndex: number;
rowIndex: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
wrapper: HTMLDivElement;
}, HTMLDivElement>;
export default _default;