UNPKG

razor-shared-library

Version:
6 lines (5 loc) 114 B
export interface TableColumns<T> { id: keyof T; label: string; align?: 'left' | 'right' | 'center'; }