Skip to content

Commit

Permalink
Merge pull request #16 from MarvNC:update-structured-content
Browse files Browse the repository at this point in the history
Update Structured Content Types (SC Images Styling)
  • Loading branch information
MarvNC authored Jan 27, 2024
2 parents e8d4fb5 + 5603017 commit 68c0e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/yomitan/termbank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ type StructuredContentNode =
| 'middle'
| 'top'
| 'bottom';
border?: string;
borderRadius?: string;
sizeUnits?: 'px' | 'em';
}
| {
Expand Down

0 comments on commit 68c0e1d

Please sign in to comment.