Skip to content

Commit

Permalink
Document pass-through blend mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurtado-figma committed Dec 19, 2024
1 parent 89b5126 commit eceae2f
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 eceae2f

Please sign in to comment.