We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c55e77 commit 5c06b1bCopy full SHA for 5c06b1b
1 file changed
src/components/basic-dropdown.gts
@@ -47,15 +47,29 @@ export interface BasicDropdownDefaultBlock<
47
Omit<BasicDropdownTriggerSignature<TriggerHtmlTag>, 'Args'> & {
48
Args: Omit<
49
BasicDropdownTriggerSignature<TriggerHtmlTag>['Args'],
50
- 'htmlTag'
+ 'htmlTag' | 'dropdown' | 'hPosition' | 'vPosition' | 'renderInPlace'
51
>;
52
}
53
54
Content: ComponentLike<
55
Omit<BasicDropdownContentSignature<ContentHtmlTag>, 'Args'> & {
56
57
BasicDropdownContentSignature<ContentHtmlTag>['Args'],
58
+ | 'htmlTag'
59
+ | 'dropdown'
60
+ | 'hPosition'
61
+ | 'vPosition'
62
+ | 'renderInPlace'
63
+ | 'destination'
64
+ | 'destinationElement'
65
+ | 'top'
66
+ | 'left'
67
+ | 'right'
68
+ | 'width'
69
+ | 'height'
70
+ | 'otherStyles'
71
+ | 'preventScroll'
72
+ | 'rootEventType'
73
74
75
0 commit comments