export interface TableThemeConfig { border?: boolean; stripe?: boolean; isCurrent?: boolean; isHover?: boolean; }