UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

3 lines (2 loc) 171 B
import { TableFieldFormatter } from '../types/TableTypes'; export declare const formatItem: <T>(item: T, fieldKey: string, formatter?: TableFieldFormatter<T>) => unknown;