diff options
Diffstat (limited to 'types/ext')
| -rw-r--r-- | types/ext/structured-content.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/types/ext/structured-content.d.ts b/types/ext/structured-content.d.ts index c9ad87f6..879a1a60 100644 --- a/types/ext/structured-content.d.ts +++ b/types/ext/structured-content.d.ts @@ -63,6 +63,7 @@ export type StructuredContentStyle = { borderWidth?: string; verticalAlign?: VerticalAlign; textAlign?: TextAlign; + textShadow?: string; margin?: string; marginTop?: number | string; marginLeft?: number | string; |