Skip to content

Commit

Permalink
chore: update ts def (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 10, 2024
1 parent 480c91e commit 0bd1a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type {

export interface TriggerRef {
nativeElement: HTMLElement;
popupElement: HTMLElement;
popupElement: HTMLDivElement;
forceAlign: VoidFunction;
}

Expand Down

0 comments on commit 0bd1a29

Please sign in to comment.