UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

6 lines (5 loc) 237 B
import type { TableField, TableFieldObject, TableItem } from '../../types'; declare const useItemHelper: () => { normaliseFields: (origFields: TableField[], items: TableItem[]) => TableFieldObject[]; }; export default useItemHelper;