Borders
Less than 1 minute
Represents a collection of different border styles.
Example
const borders: Borders = {
single: { ... },
double: { ... },
borderless: { ... },
custom: { ... },
};Indexable
[key: string]: BorderProperties
| Property | Type | Description |
|---|---|---|
Borderless style. | ||
Double line border style. | ||
Single line border style. |