UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

13 lines 733 B
import FilteredActions from '../actions/filtered-actions'; import IndexedArray from '../classes/indexed-array'; import TableColumn from './definitions/column'; import TableRows from './definitions/rows'; type __VLS_Props = { pkName: string; renderedColumns: IndexedArray<TableColumn>; rows: TableRows; actions: FilteredActions; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=tbody-generic.vue.d.ts.map