Sha256: 19e9dfb55f7aac46624f1edd9ccf2680a30c318104e4f1ee49921ada96c06274
Contents?: true
Size: 294 Bytes
Versions: 21
Compression:
Stored size: 294 Bytes
Contents
import { ALIGNMENTS, COLORS } from '../utils/table-constants'; export declare type ALIGNMENT = typeof ALIGNMENTS[number]; export declare type COLOR = typeof COLORS[number]; export interface Dictionary { [key: string]: any; } export interface Row { color: COLOR; text: Dictionary; }
Version data entries
21 entries across 21 versions & 1 rubygems