@velis/dynamicforms
Version:
Data entry boilerplate components and a RESTful API consumer
11 lines • 593 B
TypeScript
import IndexedArray from '../classes/indexed-array';
import TableColumn from './definitions/column';
declare const _default: import("vue").DefineComponent<{
columns: IndexedArray<TableColumn>;
uniqueId: string;
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
columns: IndexedArray<TableColumn>;
uniqueId: string;
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=table-style.vue.d.ts.map