Skip to content

Commit 1cbe2d4

Browse files
Merge pull request #42 from figma/ahurtado/12-19-widgets-update
Document pass-through blend mode
2 parents 89b5126 + eceae2f commit 1cbe2d4

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)