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 480c91e commit 0bd1a29Copy full SHA for 0bd1a29
src/index.tsx
@@ -37,7 +37,7 @@ export type {
37
38
export interface TriggerRef {
39
nativeElement: HTMLElement;
40
- popupElement: HTMLElement;
+ popupElement: HTMLDivElement;
41
forceAlign: VoidFunction;
42
}
43
0 commit comments