From 9cfa20cbd2289d82a5abf05a2e5ea8af5016222c Mon Sep 17 00:00:00 2001 From: Stephen Kraus <8003332+stephenmk@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:04:46 -0600 Subject: Allow `text-shadow` style in dictionary structured content (#527) Co-authored-by: stephenmk --- types/ext/structured-content.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'types/ext') 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; -- cgit v1.2.3