aboutsummaryrefslogtreecommitdiff
path: root/types/ext
diff options
context:
space:
mode:
Diffstat (limited to 'types/ext')
-rw-r--r--types/ext/structured-content.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/types/ext/structured-content.d.ts b/types/ext/structured-content.d.ts
index e40a6730..8ab459b6 100644
--- a/types/ext/structured-content.d.ts
+++ b/types/ext/structured-content.d.ts
@@ -55,6 +55,7 @@ export type StructuredContentStyle = {
fontWeight?: FontWeight;
fontSize?: string;
color?: string;
+ background?: string;
backgroundColor?: string;
textDecorationLine?: TextDecorationLineOrNone | TextDecorationLine[];
textDecorationStyle?: TextDecorationStyle;
@@ -63,8 +64,10 @@ export type StructuredContentStyle = {
borderStyle?: string;
borderRadius?: string;
borderWidth?: string;
+ clipPath?: string;
verticalAlign?: VerticalAlign;
textAlign?: TextAlign;
+ textEmphasis?: string;
textShadow?: string;
margin?: string;
marginTop?: number | string;