Skip to content

Commit eceae2f

Browse files
Document pass-through blend mode
1 parent 89b5126 commit eceae2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

widget-api-standalone.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ declare namespace WidgetJSX {
227227
}
228228
type AlignItems = 'center' | 'start' | 'end' | 'baseline'
229229
type BlendMode =
230+
| 'pass-through'
230231
| 'normal'
231232
| 'multiply'
232233
| 'screen'

widget-api.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ declare namespace WidgetJSX {
223223
}
224224
type AlignItems = 'center' | 'start' | 'end' | 'baseline'
225225
type BlendMode =
226+
| 'pass-through'
226227
| 'normal'
227228
| 'multiply'
228229
| 'screen'

0 commit comments

Comments
 (0)