UNPKG

@vue-dnd-kit/components

Version:

Components for Vue DnD Kit

5 lines (4 loc) 80 B
export interface ITableColumn<T = any> { label: string; key: keyof T; }