File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -2333,6 +2333,27 @@ export namespace JSXInternal {
2333
2333
placeholder ?: string | undefined | SignalLike < string | undefined > ;
2334
2334
playsInline ?: boolean | undefined | SignalLike < boolean | undefined > ;
2335
2335
playsinline ?: boolean | undefined | SignalLike < boolean | undefined > ;
2336
+ popover ?:
2337
+ | 'auto'
2338
+ | 'hint'
2339
+ | 'manual'
2340
+ | boolean
2341
+ | undefined
2342
+ | SignalLike < 'auto' | 'hint' | 'manual' | boolean | undefined > ;
2343
+ popovertarget ?: string | undefined | SignalLike < string | undefined > ;
2344
+ popoverTarget ?: string | undefined | SignalLike < string | undefined > ;
2345
+ popovertargetaction ?:
2346
+ | 'hide'
2347
+ | 'show'
2348
+ | 'toggle'
2349
+ | undefined
2350
+ | SignalLike < 'hide' | 'show' | 'toggle' | undefined > ;
2351
+ popoverTargetAction ?:
2352
+ | 'hide'
2353
+ | 'show'
2354
+ | 'toggle'
2355
+ | undefined
2356
+ | SignalLike < 'hide' | 'show' | 'toggle' | undefined > ;
2336
2357
poster ?: string | undefined | SignalLike < string | undefined > ;
2337
2358
preload ?: string | undefined | SignalLike < string | undefined > ;
2338
2359
radioGroup ?: string | undefined | SignalLike < string | undefined > ;
You can’t perform that action at this time.
0 commit comments