Skip to content

Commit

Permalink
Merge pull request #42 from figma/ahurtado/12-19-widgets-update
Browse files Browse the repository at this point in the history
Document pass-through blend mode
  • Loading branch information
ahurtado-figma authored Dec 19, 2024
2 parents 89b5126 + eceae2f commit 1cbe2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions widget-api-standalone.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ declare namespace WidgetJSX {
}
type AlignItems = 'center' | 'start' | 'end' | 'baseline'
type BlendMode =
| 'pass-through'
| 'normal'
| 'multiply'
| 'screen'
Expand Down
1 change: 1 addition & 0 deletions widget-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ declare namespace WidgetJSX {
}
type AlignItems = 'center' | 'start' | 'end' | 'baseline'
type BlendMode =
| 'pass-through'
| 'normal'
| 'multiply'
| 'screen'
Expand Down

0 comments on commit 1cbe2d4

Please sign in to comment.