type BorderType = keyof Borders;
Represents the type of border used in table rendering.
const borderType: BorderType = 'single';