Interface ITableBordersOptions
Properties
Optional bottom
bottom
: undefined | { color
: string; size
: number; style
: BorderStyle }
Optional insideHorizontal
inside
Horizontal: undefined | { color: string; size: number; style: BorderStyle }
Optional insideVertical
inside
Vertical: undefined | { color: string; size: number; style: BorderStyle }
Optional left
left
: undefined | { color
: string; size
: number; style
: BorderStyle }
Optional right
right
: undefined | { color
: string; size
: number; style
: BorderStyle }
Optional top
top
: undefined | { color
: string; size
: number; style
: BorderStyle }