From 560301711d1938b331bfe766c0045bfb16613757 Mon Sep 17 00:00:00 2001 From: MarvNC Date: Sat, 27 Jan 2024 01:34:23 -0800 Subject: [PATCH] Update SC Types (SC Images Styling) --- src/types/yomitan/termbank.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/yomitan/termbank.ts b/src/types/yomitan/termbank.ts index 04c5f04..d9df123 100644 --- a/src/types/yomitan/termbank.ts +++ b/src/types/yomitan/termbank.ts @@ -139,6 +139,8 @@ type StructuredContentNode = | 'middle' | 'top' | 'bottom'; + border?: string; + borderRadius?: string; sizeUnits?: 'px' | 'em'; } | {