add module setting text-decoration
This commit is contained in:
parent
8a896277bf
commit
ec1b23d67a
7 changed files with 124 additions and 42 deletions
|
|
@ -36,6 +36,11 @@ export const ELEMENT_DEFAULTS = Object.freeze({
|
|||
borderWidth: Object.freeze({ value: 1, unit: 'px' }),
|
||||
borderStyle: 'solid',
|
||||
borderColor: '#000000',
|
||||
textDecorationLine: 'underline',
|
||||
textDecorationStyle: 'solid',
|
||||
textDecorationThickness: Object.freeze({ value: 1, unit: 'px' }),
|
||||
textDecorationColor: '#000000',
|
||||
textUnderlineOffset: Object.freeze({ value: 1, unit: 'px' }),
|
||||
});
|
||||
|
||||
export const INLINE_DEFAULTS = Object.freeze({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue