UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

14 lines (13 loc) 270 B
export interface VDataGridItemScopedSlot<TItem> { item: TItem; index: number; selected: boolean; expanded: boolean; } export interface VDataGridHeader { value: string; sortable: boolean; text: string; align: string; width?: string; }