export enum TableLayout { Auto = 'auto', Fixed = 'fixed', } export type TextAlign = 'left' | 'right' | 'center' | 'justify';