We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b5126 commit eceae2fCopy full SHA for eceae2f
widget-api-standalone.d.ts
@@ -227,6 +227,7 @@ declare namespace WidgetJSX {
227
}
228
type AlignItems = 'center' | 'start' | 'end' | 'baseline'
229
type BlendMode =
230
+ | 'pass-through'
231
| 'normal'
232
| 'multiply'
233
| 'screen'
widget-api.d.ts
@@ -223,6 +223,7 @@ declare namespace WidgetJSX {
223
224
225
226
0 commit comments