UNPKG

@omnia/fx-models

Version:
14 lines (13 loc) 358 B
//Removed this because import should be done from the ux/vuetify folder //export interface VDataGridHeader { // value: string // sortable: boolean; // text: string; // align: string; //} //export interface VDataGridItemScopedSlot<TItem> { // item: TItem; // index: number; // selected: boolean; // expanded: boolean; //}