@uozi-admin/curd
Version:
Easy to implement curd.
14 lines (13 loc) • 623 B
TypeScript
import { StdTableColumn } from '../types';
type __VLS_Props = {
columns: StdTableColumn[];
tableId: string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (columns: StdTableColumn<any>[]) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onChange?: ((columns: StdTableColumn<any>[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
sortableContainer: HTMLDivElement;
}, any>;
export default _default;