File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2333,6 +2333,27 @@ export namespace JSXInternal {
23332333 placeholder ?: string | undefined | SignalLike < string | undefined > ;
23342334 playsInline ?: boolean | undefined | SignalLike < boolean | undefined > ;
23352335 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 > ;
23362357 poster ?: string | undefined | SignalLike < string | undefined > ;
23372358 preload ?: string | undefined | SignalLike < string | undefined > ;
23382359 radioGroup ?: string | undefined | SignalLike < string | undefined > ;
You can’t perform that action at this time.
0 commit comments