Add enum to lineRule and create demo

This commit is contained in:
Dolan
2021-03-15 19:23:40 +00:00
parent 93ec9eed7a
commit 4fe2973473
5 changed files with 54 additions and 11 deletions

View File

@ -176,12 +176,12 @@ Adding spacing between paragraphs
### ISpacingProperties
| Property | Type | Notes |
| -------- | -------- | -------- |
| after | `number` | Optional |
| before | `number` | Optional |
| line | `number` | Optional |
| lineRule | `string` | Optional |
| Property | Type | Notes |
| -------- | -------------- | -------- |
| after | `number` | Optional |
| before | `number` | Optional |
| line | `number` | Optional |
| lineRule | `LineRuleType` | Optional |
**Example:**