UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

6 lines (5 loc) 120 B
export interface TableRowMeta { trClass?: string; id?: string | number | null; _showRowDetails?: boolean; }